-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6efa463
commit 7a8407d
Showing
2 changed files
with
5 additions
and
5 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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
#! /usr/bin/env python | ||
# | ||
|
||
DESCRIPTION = "access ZTF IRSA data from Python " | ||
LONG_DESCRIPTION = """ Long Python wrapper of ZTF IRSA IPA""" | ||
DESCRIPTION = "access ZTF data on IRSA from Python " | ||
LONG_DESCRIPTION = """ ZTF data on IRSA from Python """ | ||
|
||
DISTNAME = 'ztfquery' | ||
AUTHOR = 'Mickael Rigault' | ||
MAINTAINER = 'Mickael Rigault' | ||
MAINTAINER_EMAIL = '[email protected]' | ||
URL = 'https://github.com/MickaelRigault/ztfquery' | ||
LICENSE = 'BSD (3-clause)' | ||
DOWNLOAD_URL = 'https://github.com/MickaelRigault/ztfquery/tarball/0.6' | ||
VERSION = '0.6.1' | ||
DOWNLOAD_URL = 'https://github.com/MickaelRigault/ztfquery/tarball/1.0' | ||
VERSION = '1.0.0' | ||
|
||
try: | ||
from setuptools import setup, find_packages | ||
|
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