Skip to content

Commit

Permalink
Fix Package
Browse files Browse the repository at this point in the history
  • Loading branch information
BolZer committed Aug 6, 2021
1 parent 27fd17c commit 3472b2b
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
3 changes: 2 additions & 1 deletion manifest.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include readme.md
include changelog.md
include license.md
include license.md
include easybill_rest/resources/*.py
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -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)]()
Expand Down
23 changes: 23 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3472b2b

Please sign in to comment.