Skip to content

Commit a3b87cd

Browse files
committed
Add project URL to setup.py and modify .travil.yml
1 parent 2367681 commit a3b87cd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ matrix:
66
- python: 2.7
77

88
install:
9-
- pip install numpy Pillow tqdm
9+
# Install test only dependency
1010
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
1111
pip install backports.tempfile;
1212
fi

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def find_version(*file_paths):
2929
long_description=long_description,
3030
author="vfdev-5",
3131
author_email="vfdev dot 5 at gmail dot com",
32+
url="https://github.com/vfdev-5/ImageDatasetViz",
3233
packages=find_packages(exclude=['tests', 'examples']),
3334
install_requires=[
3435
'numpy',

0 commit comments

Comments
 (0)