Skip to content

Commit

Permalink
Update the setup.cfg file.
Browse files Browse the repository at this point in the history
  • Loading branch information
aleberti committed Sep 25, 2023
1 parent 074d205 commit 4daeffb
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,13 +1,44 @@
[metadata]
name = magic-cta-pipe
description =
description = pipeline for the analysis of joint MAGIC+LST-1 data
long_description = file: README.md
long_description_content_type = text/markdown
author = magic-cta-pipe developers
author_email = [email protected]
license = BSD 3-Clause License
url = https://github.com/cta-observatory/magic-cta-pipe

project_urls =
Bug Tracker = https://github.com/cta-observatory/magic-cta-pipe/issues
Source Code = https://github.com/cta-observatory/magic-cta-pipe

classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: BSD License
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Astronomy
Topic :: Scientific/Engineering :: Physics
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8

[options]
packages = find:
python_requires = >=3.8
zip_safe = False
install_requires=
lstchain~=0.9.6
ctapipe~=0.12.0
ctapipe_io_magic~=0.4.7
ctaplot~=0.5.5
gammapy~=0.19.0
uproot~=4.1
joblib
pandas
pyirf~=0.6.0
seaborn
scikit-learn
setuptools_scm

[flake8]
exclude = build,docs,.eggs
max-line-length = 88
Expand Down

0 comments on commit 4daeffb

Please sign in to comment.