We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a1d41 commit d6882ddCopy full SHA for d6882dd
1 file changed
setup.py
@@ -22,4 +22,15 @@ def long_description():
22
[console_scripts]
23
csskrt=csskrt.main:freshify
24
''',
25
+ classifiers=[
26
+ 'Development Status :: 4 - Beta',
27
+ 'Environment :: Console',
28
+ 'Intended Audience :: Developers',
29
+ 'License :: OSI Approved :: MIT License',
30
+ 'Natural Language :: English',
31
+ 'Topic :: Software Development :: Code Generators',
32
+ 'Topic :: Software Development :: User Interfaces',
33
+ 'Topic :: Text Processing :: Markup',
34
+ 'Topic :: Utilities'
35
+ ]
36
)
0 commit comments