Skip to content

Commit

Permalink
Fix installation
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaHOH committed Dec 14, 2019
1 parent 8a13a82 commit 5d27dee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include LICENSE
include requirements.txt
2 changes: 1 addition & 1 deletion extproxy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
extproxy.restore_items()
"""

__version__ = "0.1.1"
__version__ = "0.1.2"
__author__ = "SeaHOH<seahoh@gmail.com>"

from .extra import *
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_version():

here = os.path.abspath(os.path.dirname(__file__))
package_name = "extproxy"
requires = ["socks>=1.7.1"]
requires = ["PySocks>=1.7.1"]

setup(
name="ExtProxy",
Expand Down

0 comments on commit 5d27dee

Please sign in to comment.