-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #409 from simontorres/update_pypi_release
Update pypi release
- Loading branch information
Showing
6 changed files
with
36 additions
and
22 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
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
File renamed without changes.
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,2 +1,2 @@ | ||
# This is an automatic generated file please do not edit | ||
__version__ = '1.3.7' | ||
__version__ = '1.3.8' |
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,8 +16,8 @@ show_response = 1 | |
package_name = goodman_pipeline | ||
description = Pipeline for reducing Goodman HTS data. | ||
long_description = Provides everything need to reduce Goodman High Throughput Spectrograph data. | ||
author = Simon Torres | ||
author_email = [email protected].edu | ||
author = Simón Torres | ||
author_email = simon.torres@noirlab.edu | ||
license = BSD-3-Clause | ||
# url = | ||
edit_on_github = False | ||
|
@@ -32,4 +32,4 @@ install_requires = | |
ccdproc | ||
astroplan | ||
# version should be PEP440 compatible (http://www.python.org/dev/peps/pep-0440) | ||
version = 1.3.7 | ||
version = 1.3.8 |
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 |
---|---|---|
|
@@ -93,8 +93,8 @@ def create_version_py(packagename, version, source_dir='.'): | |
u'Cesar Briceño, ' | ||
u'David Sanmartin, ', | ||
|
||
author_email='[email protected].edu, [email protected].edu, ' | ||
'[email protected].edu', | ||
author_email='simon.torres@noirlab.edu, bruno.quint@noirlab.edu, ' | ||
'cesar.briceno@noirlab.edu', | ||
|
||
# Choose your license | ||
license=LICENSE, | ||
|
@@ -156,5 +156,3 @@ def create_version_py(packagename, version, source_dir='.'): | |
'goodman_pipeline/scripts/redspec', ], | ||
|
||
) | ||
|
||
|