[Pkg-privacy-commits] [pyptlib] 66/136: Tweak MANIFEST.in and do the release ritual for 0.0.3.

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:25:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository pyptlib.

commit cb76e10f39e0fe9ba51cf97f2f816b37e3fc0524
Author: George Kadianakis <desnacked at riseup.net>
Date:   Mon Feb 18 20:32:27 2013 +0200

    Tweak MANIFEST.in and do the release ritual for 0.0.3.
---
 ChangeLog   | 6 ++++++
 MANIFEST.in | 4 ++--
 setup.py    | 2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b2535d9..f606ea5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
+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.
diff --git a/MANIFEST.in b/MANIFEST.in
index f604c81..985504e 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,9 +1,9 @@
 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
diff --git a/setup.py b/setup.py
index aef8482..01ff775 100644
--- a/setup.py
+++ b/setup.py
@@ -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',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/pyptlib.git



More information about the Pkg-privacy-commits mailing list