[Pkg-privacy-commits] [onionbalance] 66/117: Update setup.py and metadate to prepare for pypi packaging
Donncha O'Cearbahill
donncha-guest at moszumanska.debian.org
Wed Dec 16 23:18:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
donncha-guest pushed a commit to branch debian/sid
in repository onionbalance.
commit 42614e9a5f04a890474c41f23a4d3864aa1703cb
Author: Donncha O'Cearbhaill <donncha at donncha.is>
Date: Mon Jun 29 18:20:25 2015 +0100
Update setup.py and metadate to prepare for pypi packaging
---
MANIFEST.in | 2 ++
onionbalance/__init__.py | 2 +-
setup.cfg | 3 +++
setup.py | 13 +++++++++++--
4 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/MANIFEST.in b/MANIFEST.in
index ffef4f6..7bde7c0 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,5 @@
include README.rst
include COPYING
include requirements.txt
+recursive-include docs *.rst
+recursive-include onionbalance/data *
diff --git a/onionbalance/__init__.py b/onionbalance/__init__.py
index 26081d9..816b281 100644
--- a/onionbalance/__init__.py
+++ b/onionbalance/__init__.py
@@ -3,5 +3,5 @@
__version__ = "0.1.0.dev"
__author__ = "Donncha O'Cearbhaill"
__contact__ = "donncha at donncha.is"
-__url__ = "https://github.com/DonnchaC/"
+__url__ = "https://github.com/DonnchaC/onionbalance"
__license__ = "GPL"
diff --git a/setup.cfg b/setup.cfg
index 1ae5e40..4562916 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,5 @@
[pytest]
norecursedirs = .tox _build tor chutney
+
+[bdist_wheel]
+universal=1
diff --git a/setup.py b/setup.py
index f7d986f..a94be3b 100644
--- a/setup.py
+++ b/setup.py
@@ -29,8 +29,9 @@ setup(
'onionbalance = onionbalance.manager:main',
'onionbalance-config = onionbalance.settings:generate_config',
]},
- description="Tool for distributing Tor onion services connections to "
- "multiple backend Tor instances.",
+ description="OnionBalance provides load-balancing and redundancy for Tor "
+ "hidden services by distributing requests to multiple backend "
+ "Tor instances.",
long_description=read('README.rst'),
version=module_info.get('__version__'),
author=module_info.get('__author__'),
@@ -48,4 +49,12 @@ setup(
tests_require=['tox', 'pytest', 'mock', 'pytest-mock', 'pexpect'],
package_data={'onionbalance': ['data/*']},
include_package_data=True,
+ classifiers=[
+ 'Development Status :: 3 - Alpha',
+ 'License :: OSI Approved :: GNU General Public License (GPL)',
+ 'Programming Language :: Python :: 2',
+ 'Programming Language :: Python :: 2.7',
+ 'Programming Language :: Python :: 3',
+ 'Programming Language :: Python :: 3.4',
+ ]
)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionbalance.git
More information about the Pkg-privacy-commits
mailing list