From 3472b2bbea02a10a6ec2560363c736213f662004 Mon Sep 17 00:00:00 2001 From: "J. N" Date: Fri, 6 Aug 2021 11:18:34 +0200 Subject: [PATCH] Fix Package --- manifest.in | 3 ++- readme.md | 2 +- requirements.txt | 23 +++++++++++++++++++++++ setup.py | 2 +- 4 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 requirements.txt diff --git a/manifest.in b/manifest.in index 0589c1f..9a22210 100644 --- a/manifest.in +++ b/manifest.in @@ -1,3 +1,4 @@ include readme.md include changelog.md -include license.md \ No newline at end of file +include license.md +include easybill_rest/resources/*.py \ No newline at end of file diff --git a/readme.md b/readme.md index ea0b730..49c329a 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@ # easybill_rest (py-ebrest) -[![Generic badge](https://img.shields.io/badge/Version-0.1.5-important.svg)]() +[![Generic badge](https://img.shields.io/badge/Version-0.1.6-important.svg)]() [![Generic badge](https://img.shields.io/badge/coverage-97%25-success.svg)]() ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/easybill_rest.svg) [![Generic badge](https://img.shields.io/badge/License-MIT-blue.svg)]() diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..0dd156e --- /dev/null +++ b/requirements.txt @@ -0,0 +1,23 @@ +bleach==4.0.0 +certifi==2021.5.30 +charset-normalizer==2.0.4 +colorama==0.4.4 +docutils==0.17.1 +idna==3.2 +importlib-metadata==4.6.3 +keyring==23.0.1 +nose==1.3.7 +packaging==21.0 +pkginfo==1.7.1 +Pygments==2.9.0 +pyparsing==2.4.7 +readme-renderer==29.0 +requests==2.26.0 +requests-toolbelt==0.9.1 +rfc3986==1.5.0 +six==1.16.0 +tqdm==4.62.0 +twine==3.4.2 +urllib3==1.26.6 +webencodings==0.5.1 +zipp==3.5.0 diff --git a/setup.py b/setup.py index b4ce2dc..eff652b 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ "License :: OSI Approved :: MIT License", ], python_requires='>=3.7.0', - version="0.1.5", + version="0.1.6", install_requires=[ "requests", "nose<2",