IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 6afe064f authored by Remy Prechelt's avatar Remy Prechelt
Browse files

Fix missing corsika.io library on install

parent f2fc06f6
No related branches found
No related tags found
No related merge requests found
from os import path
from setuptools import setup
from setuptools import setup, find_packages
# the stereo version
__version__ = "8.0.0-alpha"
......@@ -30,7 +30,7 @@ setup(
"Programming Language :: Python :: 3.8",
],
keywords=["cosmic ray", "physics", "air shower", "simulation"],
packages=["corsika"],
packages=find_packages(),
python_requires=">=3.6*, <4",
install_requires=["numpy", "pyyaml", "pyarrow", "boost_histogram"],
extras_require={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment