-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
52 lines (49 loc) · 1.48 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[metadata]
name = piblin
version = 0.0.0a1
description = Measurement data science functionality
long_description = file: README.md
project_urls = Source = https://github.com/3mcloud/piblin
author = Matthew John Mills <[email protected]>,
Douglas Elmore <[email protected]>,
Alex Bourque <[email protected]>,
Bryce Williams <not at 3M>,
Joel Patrow <not at 3M>,
Kyle Kalstabakken <not at 3M>,
Mahsa Lotfollahi <not at 3M>,
Alessandro Perego <[email protected]>,
Maryam Pardakhti <[email protected]>,
Bjorn Melin <[email protected]>,
Bryan Cote <[email protected]>,
classifiers =
Development Status :: 1 - Planning
Intended Audience :: Science/Research
Natural Language :: English
Operating System :: OS Independent
Topic :: Scientific/Engineering :: Chemistry
Topic :: Scientific/Engineering :: Physics
Topic :: Scientific/Engineering :: Information Analysis
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
License :: Other/Proprietary
license = Proprietary
[options]
zip_safe = false
install_requires =
matplotlib<=3.9.2
numpy>=1.21
scipy
python_requires = >=3.7,<3.12
packages = find:
package_dir = =src
[options.packages.find]
where = src
[options.extras_require]
tests =
pytest
pytest-mpl
pytest-cov
pytest-html