[Pkg-bitcoin-commits] [python-quamash] 102/269: Cleanup setup.py etc. for first decent release.

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:20 UTC 2017


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

js pushed a commit to branch master
in repository python-quamash.

commit d8c89b17ad4bec33e152134bae736f3ca900adcf
Author: Mark Harviston <mark.harviston at gmail.com>
Date:   Thu Jul 17 19:38:08 2014 -0700

    Cleanup setup.py etc. for first decent release.
---
 README              |  4 ++++
 quamash/__init__.py |  2 +-
 setup.cfg           |  3 +++
 setup.py            | 10 ++++++++++
 4 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/README b/README
index 3c5f230..1fdca06 100644
--- a/README
+++ b/README
@@ -12,6 +12,10 @@ Requirements
 ============
 Quamash requires Python 3.4 and either PyQt 5 or PySide.
 
+Installation
+============
+pip install quamash
+
 Usage
 =====
 
diff --git a/quamash/__init__.py b/quamash/__init__.py
index 30c57a7..f9831b1 100644
--- a/quamash/__init__.py
+++ b/quamash/__init__.py
@@ -5,7 +5,7 @@
 Implementation of the PEP 3156 Event-Loop with Qt
 """
 __author__ = 'Mark Harviston <mark.harviston at gmail.com>, Arve Knudsen <arve.knudsen at gmail.com>'
-__version__ = '0.2'
+__version__ = '0.3'
 __license__ = 'BSD'
 
 import sys
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..e339f91
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,3 @@
+[metadata]
+license-file = LICENSE
+description-file = README
\ No newline at end of file
diff --git a/setup.py b/setup.py
index 07b5fe9..9f190da 100644
--- a/setup.py
+++ b/setup.py
@@ -8,10 +8,20 @@ emails = [x[1].strip() for x in groups]
 setup(
     name='Quamash',
     version=quamash.__version__,
+	url='https://github.com/harvimt/quamash',
     author=', '.join(authors),
     author_email=', '.join(emails),
     packages=['quamash', ],
     license=quamash.__license__,
     description=quamash.__doc__,
     long_description=open('README').read(),
+	keywords=['Qt', 'asyncio'],
+	classifiers=[
+		'License :: OSI Approved :: BSD License',
+		'Operating System :: Microsoft :: Windows',
+		'Operating System :: MacOS :: MacOS X',
+		'Operating System :: POSIX',
+		'Programming Language :: Python :: 3.4',
+		'Environment :: X11 Applications :: Qt',
+	],
 )

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/python-quamash.git



More information about the Pkg-bitcoin-commits mailing list