-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated version and download_url.
- Loading branch information
Kevin Moore
committed
Jul 11, 2018
1 parent
1168e7d
commit b459f45
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -16,7 +16,7 @@ def readme(): | |
|
||
setup( | ||
name="quilt", | ||
version="2.10-dev", | ||
version="2.9.7", | ||
packages=find_packages(), | ||
description='Quilt is a data package manager', | ||
long_description=readme(), | ||
|
@@ -33,7 +33,7 @@ def readme(): | |
author_email='[email protected]', | ||
license='LICENSE', | ||
url='https://github.com/quiltdata/quilt', | ||
download_url='https://github.com/quiltdata/quilt/releases/tag/2.8.0', | ||
download_url='https://github.com/quiltdata/quilt/releases/tag/2.9.7', | ||
keywords='quilt quiltdata shareable data dataframe package platform pandas', | ||
install_requires=[ | ||
'appdirs>=1.4.0', | ||
|