Skip to content

Commit d6882dd

Browse files
committed
Added additional info to setup.py
1 parent 39a1d41 commit d6882dd

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

setup.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,15 @@ def long_description():
2222
[console_scripts]
2323
csskrt=csskrt.main:freshify
2424
''',
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+
]
2536
)

0 commit comments

Comments
 (0)