Skip to content

Commit

Permalink
Merge pull request #60 from janeklb/add-classifiers
Browse files Browse the repository at this point in the history
add classifiers
  • Loading branch information
janeklb authored Feb 7, 2022
2 parents 89f9b23 + f5fefc5 commit b334d9f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,12 @@ def get_readme():
long_description=get_readme(),
long_description_content_type="text/markdown",
packages=find_packages(exclude="tests"),
include_package_data=True,
platforms="any",
classifiers=[
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
install_requires=install_requires,
setup_requires=["pytest-runner"],
tests_require=dev_requires,
Expand Down

0 comments on commit b334d9f

Please sign in to comment.