Skip to content

Commit 065117e

Browse files
committed
add publishing tools
1 parent 0a1fb58 commit 065117e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

requirements-dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ flake8
33
flake8-colors
44
requests
55
inflection
6+
twine
7+
setuptools

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@
1313
long_description_content_type="text/markdown",
1414
license="GPLv3",
1515
platform="Independent",
16-
url="https://github.com/codeaffen/pyhpipam",
16+
url="https://codeaffen.github.io/pyhpipam",
1717
packages=setuptools.find_packages(),
1818
classifiers=[
1919
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
2020
"Programming Language :: Python :: 3",
2121
"Operating System :: OS Independent",
2222
],
2323
python_requires='>=3.6',
24+
install_requires=[
25+
'requests (>=2.21,<3.0)',
26+
],
2427
)

0 commit comments

Comments
 (0)