Loading ChangeLog +6 −0 Original line number Diff line number Diff line Changes in version 0.0.3 - 2013-02-18 - Restrict the MANIFEST.in file some more, so that no .pyc files sneak into the release tarballs. Changes in version 0.0.2 - 2013-02-17 - Add a MANIFEST.in file so that we can specify which files should get into the release tarballs. Changes in version 0.0.1 - 2013-02-15 - Initial release. MANIFEST.in +2 −2 Original line number Diff line number Diff line recursive-include doc * recursive-include examples * recursive-include pyptlib * recursive-include pyptlib *.py recursive-include sphinx * global-exclude *.pyc include TODO include README.rst include LICENSE include INSTALL include ChangeLog No newline at end of file setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ import sys from setuptools import setup setup(name='pyptlib', version='0.0.2', version='0.0.3', description='A python implementation of the Pluggable Transports for Circumvention specification for Tor', long_description='A python implementation of the Pluggable Transports for Circumvention specification for Tor', author='asn, Brandon Wiley', Loading Loading
ChangeLog +6 −0 Original line number Diff line number Diff line Changes in version 0.0.3 - 2013-02-18 - Restrict the MANIFEST.in file some more, so that no .pyc files sneak into the release tarballs. Changes in version 0.0.2 - 2013-02-17 - Add a MANIFEST.in file so that we can specify which files should get into the release tarballs. Changes in version 0.0.1 - 2013-02-15 - Initial release.
MANIFEST.in +2 −2 Original line number Diff line number Diff line recursive-include doc * recursive-include examples * recursive-include pyptlib * recursive-include pyptlib *.py recursive-include sphinx * global-exclude *.pyc include TODO include README.rst include LICENSE include INSTALL include ChangeLog No newline at end of file
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ import sys from setuptools import setup setup(name='pyptlib', version='0.0.2', version='0.0.3', description='A python implementation of the Pluggable Transports for Circumvention specification for Tor', long_description='A python implementation of the Pluggable Transports for Circumvention specification for Tor', author='asn, Brandon Wiley', Loading