Skip to content

Commit

Permalink
Updated classifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
luhn committed Jan 9, 2021
1 parent 5dfc900 commit fc4e9c6
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,21 @@

VERSION = "0.1.0"
CLASSIFIERS = [
"Programming Language :: Python :: 3",
"Development Status :: 3 - Alpha",
"Framework :: Pyramid",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Framework :: Pyramid",
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3 :: Only",
"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 :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Python",
"Topic :: Software Development :: Object Brokering",
]


Expand Down

0 comments on commit fc4e9c6

Please sign in to comment.