Skip to content

Commit

Permalink
add Python 3.8 classifier to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Dec 17, 2019
1 parent eaab130 commit cd3d69e
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 @@ -66,6 +66,7 @@ def get_version_and_cmdclass(package_name):
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
packages=find_packages("."),
install_requires=install_requires,
Expand Down

0 comments on commit cd3d69e

Please sign in to comment.