-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changed name of package, added transform parameters
- Loading branch information
Showing
2 changed files
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ | |
long_description = f.read() | ||
|
||
|
||
url="https://github.com/facundoq/torchvision-tinyimagenet" | ||
VERSION="0.2" | ||
url="https://github.com/facundoq/tinyimagenet" | ||
VERSION="0.1" | ||
|
||
class UploadCommand(Command): | ||
"""Support setup.py upload.""" | ||
|
@@ -53,7 +53,7 @@ def run(self): | |
|
||
|
||
setup( | ||
name="torchvision-tinyimagenet", | ||
name="tinyimagenet", | ||
version=VERSION, | ||
python_requires='>=3.6', | ||
packages=find_packages(), | ||
|
@@ -77,7 +77,7 @@ def run(self): | |
# metadata to display on PyPI | ||
author="Facundo Manuel Quiroga", | ||
author_email="[email protected]", | ||
description="Dataset class for PyTorch and the TinyImageNet dataset.", | ||
description="Dataset class for PyTorch and the TinyImageNet dataset, with automated download and extraction.", | ||
keywords="TinyImageNet ImageNet Dataset PyTorch torch torchvision", | ||
url=url, # project home page, if any | ||
project_urls={ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters