Skip to content

Commit

Permalink
Remove duplicated information in setup.cfg and update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
simontorres committed Jul 19, 2024
1 parent 8749532 commit f625c1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ goodman_pipeline/data/dcr_source/*.o
.eggs/*
.tmp/*
.tox/*
goodman_pipeline.egg-info/*
*/goodman_pipeline.egg-info/*
goodman_pipeline/version.py
*.DS_Store
24 changes: 1 addition & 23 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f625c1c

Please sign in to comment.