4 Commits

Author SHA1 Message Date
James Powell
c5a52fdb6d small setup.py fixes 2018-03-22 13:17:06 -04:00
James Powell
2dd096cfab bump version to v0.1.2 2018-03-22 13:07:58 -04:00
James Powell
80e1ce12ce bump version to v0.1.1 2018-03-22 13:04:00 -04:00
James Powell
2777d957e4 add long_description_content_type 2018-03-22 13:00:47 -04:00
2 changed files with 8 additions and 6 deletions

View File

@@ -1,13 +1,13 @@
====
====================================================================
`gnpy`: mesh optical network route planning and optimization library
====
====================================================================
|docs| |build|
**gnpy is an open-source, community-developed library for building route planning
and optimization tools in real-world mesh optical networks.**
`gnpy <http://github.com/telecominfraproject/gnpy>`_ is:
`gnpy <http://github.com/telecominfraproject/gnpy>`__ is:
- a sponsored project of the `OOPT/PSE <http://telecominfraproject.com/project-groups-2/backhaul-projects/open-optical-packet-transport/>`_ working group of the `Telecom Infra Project <http://telecominfraproject.com>`_.
- fully community-driven, fully open source library
@@ -21,7 +21,7 @@ Documentation: https://gnpy.readthedocs.io
Installation
------------
``gnpy`` is hosted in the `Python Package Index <http://pypi.org/>`_ (`gnpy <https://pypi.org/project/gnpy/>`_). It can be installed via:
``gnpy`` is hosted in the `Python Package Index <http://pypi.org/>`_ (`gnpy <https://pypi.org/project/gnpy/>`__). It can be installed via:
.. code-block:: shell
@@ -187,5 +187,5 @@ License
``gnpy`` is distributed under a standard BSD 3-Clause License.
See `LICENSE <LICENSE>`_ for more details.
See `LICENSE <LICENSE>`__ for more details.

View File

@@ -11,11 +11,13 @@ with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
setup(
name='gnpy',
version='0.1.0',
version='0.1.3',
description='route planning and optimization tool for mesh optical networks',
long_description=long_description,
long_description_content_type='text/x-rst; charset=UTF-8',
url='https://github.com/Telecominfraproject/gnpy',
author='Telecom Infra Project',
author_email='james.powell@telecominfraproject.com',
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',