-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
36 lines (34 loc) · 805 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 = orplib
version = 1.0.10c
author = Guillaume Sheehy
author_email = guillaume.sheehy@polymtl.ca
description = Open Raman Processing Library
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT License
url=https://github.com/mr-sheg/orpl
license_files =
=LICENCE.md
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = find:
package_dir =
=src
python_requires = >=3.8
include_package_data = True
install_requires=
matplotlib>=3.5.1
numpy>=1.21.5
scipy>=1.7.3
pyperclip>=1.8.2
qtmodern>=0.2.0
PyQt5>=5.15
ruamel.yaml<0.18.0
sif-parser>=0.3.0
renishawWiRE>=0.1.16
[options.packages.find]
where = src