Skip to content

Commit

Permalink
Update setup.py and add setup.cfg.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike820324 committed Nov 6, 2016
1 parent d550d74 commit 64c6729
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[metadata]
description-file = README.md

13 changes: 6 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,20 @@
license="MIT",
classifiers=[
"License :: OSI Approved :: MIT License",
"Intened Audience :: Developer"
"Operating System :: MacOS :: MacOS X",
"Intended Audience :: Developers",
"Operating System :: POSIX",
"Operating System :: MacOS",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Topic :: Internet",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: Networking",
"Topic :: System :: Networking",
],
keywords=["socks", "socks5", "protocol"],
packages=find_packages(include=[
"socks5", "socks5.*",
]),
Expand Down

0 comments on commit 64c6729

Please sign in to comment.