diff --git a/.gitignore b/.gitignore index abb48519..e928708e 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/setup.cfg b/setup.cfg index 6ab14c5e..16b6f640 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 = simon.torres@noirlab.edu -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 \ No newline at end of file