-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
1 deletion.
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
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 | ||
|