We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2367681 commit a3b87cdCopy full SHA for a3b87cd
2 files changed
.travis.yml
@@ -6,7 +6,7 @@ matrix:
6
- python: 2.7
7
8
install:
9
- - pip install numpy Pillow tqdm
+ # Install test only dependency
10
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
11
pip install backports.tempfile;
12
fi
setup.py
@@ -29,6 +29,7 @@ def find_version(*file_paths):
29
long_description=long_description,
30
author="vfdev-5",
31
author_email="vfdev dot 5 at gmail dot com",
32
+ url="https://github.com/vfdev-5/ImageDatasetViz",
33
packages=find_packages(exclude=['tests', 'examples']),
34
install_requires=[
35
'numpy',
0 commit comments