Skip to content

Commit

Permalink
Add MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
Anorov committed Nov 28, 2016
1 parent 1af9ada commit 1c5a385
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,4 @@ var/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
MANIFEST.in
setup.cfg
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include README.md LICENSE
recursive-include test *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from distutils.core import setup

VERSION = "1.6.0"
VERSION = "1.6.1"

setup(
name = "PySocks",
Expand Down
4 changes: 2 additions & 2 deletions socks.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
SocksiPy - Python SOCKS module.
Version 1.6.0
Version 1.6.1
Copyright 2006 Dan-Haim. All rights reserved.
Expand Down Expand Up @@ -52,7 +52,7 @@
-Various small bug fixes
"""

__version__ = "1.6.0"
__version__ = "1.6.1"

import socket
import struct
Expand Down

0 comments on commit 1c5a385

Please sign in to comment.