-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
36 lines (34 loc) · 918 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[metadata]
name = dune_plot_style
version = 1.0.0
author = DUNE Authorship and Publications Board (APB)
author_email = [email protected]
description = Plot styling tools
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/DUNE/dune_plot_style
project_urls =
bug_tracker = https://github.com/DUNE/dune_plot_style/issues
classifiers =
programming language :: Python :: 3
operating system :: OS Independent
[options]
python_requires = >=3.9
install_requires =
package_dir=
dunestyle = src
dunestyle.matplotlib = src/matplotlib/python
dunestyle.root = src/root/python
dunestyle.data = src/root/cpp/include
dunestyle.stylelib = src/matplotlib/stylelib
packages =
dunestyle
dunestyle.matplotlib
dunestyle.root
dunestyle.data
dunestyle.stylelib
[options.package_data]
dunestyle.data =
*.h
dunestyle.stylelib =
*.mplstyle