Skip to content

Commit

Permalink
Add suitable classifiers to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kiudee committed Mar 19, 2020
1 parent fa6eeff commit 4da9863
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions setup.py
Expand Up @@ -21,6 +21,19 @@
version="1.0.2",
maintainer=MAINTAINER,
maintainer_email=MAINTAINER_EMAIL,
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Topic :: Scientific/Engineering",
"Topic :: Software Development"
],
description=DESCRIPTION,
packages=find_packages(),
install_requires=[
Expand Down

0 comments on commit 4da9863

Please sign in to comment.