Skip to content

Commit

Permalink
Add trove classifiers for Python 3.8, 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
peternowee committed Feb 15, 2021
1 parent 4f9e44d commit 23027b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ def get_version():
'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',
'Topic :: Scientific/Engineering :: Visualization',
'Topic :: Software Development :: Libraries :: Python Modules'],
long_description=get_long_description(),
Expand Down

0 comments on commit 23027b3

Please sign in to comment.