-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
39 lines (34 loc) · 843 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
37
38
[metadata]
name = reflectance
version = 0.0.1
description = Package to manipulate reflectance data
author = Gauthier Patin
author_email = g.patin@monemail.com
license = GPLv3
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
keywords = reflectance spectroscopy, colour measurement
[options]
packages = find:
package_dir =
= src
include_package_data = True
python_requires = >=3.8
install_requires =
colour-science==0.4.4
seaborn==0.12.2
uncertainties
matplotlib
pandas==2.0.3
openpyxl
jupyterlab
[options.packages.find]
where = src
[options.package_data]
* = datasets/*
[options.data_files]
datasets = datasets/*