Skip to content

Commit

Permalink
Add long description in package
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazoyer committed Oct 2, 2022
1 parent 9c622aa commit fd0d3a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyixapi/core/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Product,
)

__version__ = "0.1.0"
__version__ = "0.1.1"


class API(object):
Expand Down
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
from pathlib import Path

from setuptools import find_packages, setup

d = Path(__file__).parent
long_description = (d / "README.md").read_text()

setup(
name="pyixapi",
description="IX-API client library",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/peering-manager/pyixapi",
author="Guillaume Mazoyer",
author_email="[email protected]",
Expand Down

0 comments on commit fd0d3a2

Please sign in to comment.