Skip to content

Commit

Permalink
Configure module classifiers
Browse files Browse the repository at this point in the history
Signed-off-by: Sunghyun Hwang <[email protected]>
  • Loading branch information
0xd669 committed Aug 31, 2018
1 parent c0a36f1 commit 27e46fc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,13 @@
maintainer='Rainist',
maintainer_email='engineering' '@' 'rainist.com',
python_requires='>=3.5',
py_modules=['rrn']
py_modules=['rrn'],
classifiers=[
'Development Status :: 3 - Alpha',
'Operating System :: OS Independent',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7'
]
)

0 comments on commit 27e46fc

Please sign in to comment.