Commit cb76e10f authored by George Kadianakis's avatar George Kadianakis
Browse files

Tweak MANIFEST.in and do the release ritual for 0.0.3.

parent 4e0640de
Loading
Loading
Loading
Loading
+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.
+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
+1 −1
Original line number Diff line number Diff line
@@ -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',