8000 Add url to setup.py · netzulo/python-io-chunks@f1a2fdf · GitHub
[go: up one dir, main page]

Skip to content

Commit f1a2fdf

Browse files
committed
Add url to setup.py
1 parent 874d614 commit f1a2fdf

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

LICENSE renamed to LICENSE.txt

File renamed without changes.

io_extra/_io_extra_meta.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@
1919
"Programming Language :: Python :: 3",
2020
"Topic :: Software Development :: Libraries :: Python Modules",
2121
]
22+
URL = 'https://pypi.python.org/pypi/io-extra'

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ def get_long_description():
2929
classifiers=app_meta.CLASSIFIERS,
3030
keywords=app_meta.KEYWORDS,
3131
packages=find_packages(exclude=['docs', 'tests', 'venv']),
32+
url=app_meta.URL,
3233
)

0 commit comments

Comments
 (0)
0