[Python-modules-commits] [keyrings.alt] 08/14: Flesh out metadata
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Wed Mar 2 07:21:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to tag 1.0
in repository keyrings.alt.
commit 3c401fd62e32a8b1ea5d9d90c5f332ad0cccd8cb
Author: Jason R. Coombs <jaraco at jaraco.com>
Date: Thu Jan 14 05:57:56 2016 -0500
Flesh out metadata
---
setup.py | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/setup.py b/setup.py
index 67ba63d..b73e03a 100644
--- a/setup.py
+++ b/setup.py
@@ -18,15 +18,16 @@ needs_wheel = {'release', 'bdist_wheel'}.intersection(sys.argv)
wheel = ['wheel'] if needs_wheel else []
setup_params = dict(
- name='skeleton',
+ name='keyrings.alt',
use_scm_version=True,
author="Jason R. Coombs",
author_email="jaraco at jaraco.com",
- description="skeleton",
+ description="Alternate keyring implementations",
long_description=long_description,
- url="https://github.com/jaraco/skeleton",
+ url="https://github.com/jaraco/keyrings.alt",
packages=setuptools.find_packages(),
include_package_data=True,
+ namespace_packages=['keyrings'],
install_requires=[
],
extras_require={
@@ -45,6 +46,8 @@ setup_params = dict(
"Programming Language :: Python :: 3",
],
entry_points={
+ 'keyring.backends': [
+ ],
},
)
if __name__ == '__main__':
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/keyrings.alt.git
More information about the Python-modules-commits
mailing list