File tree Expand file tree Collapse file tree 3 files changed +34
-2
lines changed
Expand file tree Collapse file tree 3 files changed +34
-2
lines changed Original file line number Diff line number Diff line change 1+ [metadata]
2+ name = ma5_expert
3+ description = MadAnalysis 5 interpreter for Expert mode
4+ long_description = file: README.md
5+ long_description_content_type = text/markdown
6+ url = https://github.com/jackaraz/ma5_expert
7+ author = Jack Y. Araz
8+ author_email = jack.araz@durham.ac.uk
9+ license = MIT
10+ license_file = LICENSE
11+ keywords = physics madanalysis5
12+ project_urls =
13+ Source Code = https://github.com/jackaraz/ma5_expert
14+ Issue Tracker = https://github.com/jackaraz/ma5_expert/issues
15+ classifiers =
16+ Intended Audience :: Science/Research
17+ License :: OSI Approved :: MIT License
18+ Operating System :: OS Independent
19+ Programming Language :: Python :: 3
20+ Topic :: Scientific/Engineering :: Physics
21+
22+ [options]
23+ package_dir =
24+ = src
25+ packages = find:
26+ include_package_data = True
27+ python_requires = >=3.7
28+ install_requires =
29+ numpy>=1.19.5
30+
31+ [options.packages.find]
32+ where = src
Original file line number Diff line number Diff line change 1212
1313setup (
1414 name = "ma5_expert" ,
15- version = "1.0.1 " ,
15+ version = "1.0.2 " ,
1616 description = ("MadAnalysis 5 interpreter for Expert mode" ),
1717 long_description = long_description ,
1818 long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 1- __version__ = '1.0.1 '
1+ __version__ = '1.0.2 '
22
33import logging
44import sys
You can’t perform that action at this time.
0 commit comments