Skip to content

Commit

Permalink
Added supported python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joente committed Jan 28, 2022
1 parent 842e7ba commit 1ae441a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""
from distutils.core import setup

VERSION = '1.0.9'
VERSION = '1.0.10'

setup(
name='trender',
Expand All @@ -34,6 +34,10 @@
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules',
Expand Down

0 comments on commit 1ae441a

Please sign in to comment.