Skip to content

Commit

Permalink
Update classifiers in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithil467 committed Sep 9, 2021
1 parent c46257d commit 286533d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,21 @@
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Environment :: Console",
"Natural Language :: English",
"Topic :: Software Development :: Build Tools",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Operating System :: Unix",
"Topic :: Terminals",
"Topic :: Games/Entertainment",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3 :: Only",
],
package_data={"mitype": ["data.db"]},
include_package_data=True,
Expand Down

0 comments on commit 286533d

Please sign in to comment.