forked from soar-telescope/goodman_pipeline
-
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.
Remove duplicated information in setup.cfg and update .gitignore
- Loading branch information
1 parent
8749532
commit f625c1c
Showing
2 changed files
with
3 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,26 +10,4 @@ build_dir = docs/_build | |
|
||
[upload_docs] | ||
upload_dir = docs/_build/html | ||
show_response = 1 | ||
|
||
[metadata] | ||
package_name = goodman_pipeline | ||
description = Pipeline for reducing Goodman HTS data. | ||
long_description = Provides everything need to reduce Goodman High Throughput Spectrograph data. | ||
author = Simón Torres | ||
author_email = [email protected] | ||
license = BSD-3-Clause | ||
# url = | ||
edit_on_github = False | ||
github_project = soar-telescope/goodman_pipeline | ||
install_requires = | ||
numpy | ||
pandas | ||
matplotlib | ||
scipy | ||
cython | ||
astropy | ||
ccdproc | ||
astroplan | ||
# version should be PEP440 compatible (http://www.python.org/dev/peps/pep-0440) | ||
version = 1.3.8 | ||
show_response = 1 |