[Pkg-privacy-commits] [pyptlib] 10/136: Added parameters necessary for pypi
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 8d3603a4081ffbf5a96147c0f0f4cb5a0bd69dae
Author: Brandon Wiley <brandon at blanu.net>
Date: Fri Jun 1 13:47:33 2012 -0500
Added parameters necessary for pypi
---
setup.py | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/setup.py b/setup.py
index efbbdbe..83353dc 100644
--- a/setup.py
+++ b/setup.py
@@ -9,9 +9,23 @@ from setuptools import setup
setup(name='pyptlib',
version='0.1',
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='Brandon Wiley',
author_email='brandon at blanu.net',
url='http://stepthreeprivacy.org/',
+ classifiers=[
+ "Development Status :: 3 - Alpha",
+ "Environment :: No Input/Output (Daemon)",
+ "License :: OSI Approved :: BSD License",
+ "Programming Language :: Python",
+ "Intended Audience :: Developers",
+ "Operating System :: OS Independent",
+ "Topic :: Internet",
+ "Topic :: Security :: Cryptography",
+ "Topic :: Software Development :: Libraries :: Python Modules",
+ ],
+ keywords='cryptography privacy internet',
+ license='BSD',
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