Skip to content

Commit 5ca3780

Browse files
type checking enabled
1 parent f6575be commit 5ca3780

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,15 @@
1616
url="https://github.com/codePerfectPlus/Random-Profile-Generator",
1717
packages=setuptools.find_packages(),
1818
classifiers=[
19+
"Development Status :: 5 - Production/Stable",
1920
"Programming Language :: Python :: 3",
21+
"Programming Language :: Python :: Implementation :: PyPy",
2022
"License :: OSI Approved :: MIT License",
2123
"Operating System :: OS Independent",
2224
"Topic :: Software Development :: Libraries :: Python Modules",
2325
"Topic :: Utilities",
26+
"Environment :: Plugins",
27+
2428
],
2529
entry_points={
2630
"console_scripts": ["random_profile = random_profile.__main__:main"],

0 commit comments

Comments
 (0)