From 3492ff11051f06e38a80f654c68bdb51d8eb8dbe Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Thu, 21 Apr 2016 16:35:16 +0200 Subject: [PATCH] setup.py/README: polish/amend for pypi --- README.rst | 3 ++- setup.py | 20 ++++++++++++++++---- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index eb6260f31..04a9da8b4 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,7 @@ .. Always keep doc/manual/introduction.rst synchronized with this file, with the exception of the logo. -.. image:: doc/logo/artiq.png +.. Absolute so that it works on github and on pypi +.. image:: https://raw.githubusercontent.com/m-labs/artiq/master/doc/logo/artiq.png ARTIQ (Advanced Real-Time Infrastructure for Quantum physics) is the next-generation control system for quantum information experiments. It is developed by `M-Labs `_ for and in partnership with the `Ion Storage Group at NIST `_ as free software. diff --git a/setup.py b/setup.py index 4482cbc50..39f1fd96e 100755 --- a/setup.py +++ b/setup.py @@ -48,12 +48,24 @@ setup( name="artiq", version=versioneer.get_version(), cmdclass=versioneer.get_cmdclass(), - author="M-Labs / NIST Ion Storage Group", - author_email="sb@m-labs.hk", + author="M-Labs", + author_email="artiq@lists.m-labs.hk", url="https://m-labs.hk/artiq", - description="A control system for trapped-ion experiments", + description="Advanced Real-Time Infrastructure for Quantum physics", long_description=open("README.rst").read(), - license="GPL", + license="GPLv3+", + classifiers="""\ +Development Status :: 5 - Production/Stable +Environment :: Console +Environment :: X11 Applications :: Qt +Intended Audience :: Science/Research +License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) +Operating System :: Microsoft :: Windows +Operating System :: POSIX :: Linux +Programming Language :: Python :: 3.5 +Topic :: Scientific/Engineering :: Physics +Topic :: System :: Hardware +""".splitlines(), install_requires=requirements, extras_require={}, dependency_links=[