Skip to content

Commit

Permalink
Merge pull request unbit#2307 from ThiefMaster/patch-1
Browse files Browse the repository at this point in the history
Add trove classifier for Python 3.9
  • Loading branch information
xrmx authored Jun 1, 2021
2 parents 1905cb4 + a04820f commit 6f31e87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def get_extra_require():
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
install_requires=get_extra_require()
)

0 comments on commit 6f31e87

Please sign in to comment.