We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6575be commit 5ca3780Copy full SHA for 5ca3780
setup.py
@@ -16,11 +16,15 @@
16
url="https://github.com/codePerfectPlus/Random-Profile-Generator",
17
packages=setuptools.find_packages(),
18
classifiers=[
19
+ "Development Status :: 5 - Production/Stable",
20
"Programming Language :: Python :: 3",
21
+ "Programming Language :: Python :: Implementation :: PyPy",
22
"License :: OSI Approved :: MIT License",
23
"Operating System :: OS Independent",
24
"Topic :: Software Development :: Libraries :: Python Modules",
25
"Topic :: Utilities",
26
+ "Environment :: Plugins",
27
+
28
],
29
entry_points={
30
"console_scripts": ["random_profile = random_profile.__main__:main"],
0 commit comments