Skip to content

Commit

Permalink
fix: better setup.py's classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
namuyan authored Jun 25, 2020
1 parent 259283f commit 35e2bb0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@
install_requires=install_requires,
license="MIT Licence",
keywords='RUDP UDP P2P hole-punching',
python_requires='>=3.6',
classifiers=[
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Typing :: Typed',
'Topic :: Internet',
'Topic :: System :: Networking',
'Development Status :: 3 - Alpha',
'Programming Language :: Python :: 3',
'License :: OSI Approved :: MIT License',
],
)

0 comments on commit 35e2bb0

Please sign in to comment.