[Pkg-privacy-commits] [pyptlib] 07/136: Added a setup.py for installation and egg building

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:25:00 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 e226ee10a6889eb001e9aba99129e3db0346630d
Author: Brandon Wiley <brandon at blanu.net>
Date:   Fri Jun 1 11:11:59 2012 -0500

    Added a setup.py for installation and egg building
---
 setup.py | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..efbbdbe
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,17 @@
+#!/usr/bin/env python
+
+import sys
+
+sys.path.insert(0, 'src')
+
+from setuptools import setup
+
+setup(name='pyptlib',
+      version='0.1',
+      description='A python implementation of the Pluggable Transports for Circumvention specification for Tor',
+      author='Brandon Wiley',
+      author_email='brandon at blanu.net',
+      url='http://stepthreeprivacy.org/',
+      package_dir={'pyptlib': 'src/pyptlib'},
+      packages=['pyptlib'],
+     )

-- 
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