forked from EddLabs/eddington
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
42 lines (40 loc) · 1.02 KB
/
setup.cfg
File metadata and controls
42 lines (40 loc) · 1.02 KB
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
[metadata]
name = eddington
author = Sagi Shadur
author_email = saroad2@gmail.com
maintainer = Sagi Shadur
maintainer_email = saroad2@gmail.com
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3 :: Only
Topic :: Software Development
Topic :: Utilities
license = Apache License
license_file = LICENSE
description = Open source, easy to use, data fitting platform.
long_description = file: README.rst
long_description_content_type = text/x-rst; charset=UTF-8
keywords =
laboratory
fitting
data
platforms = any
[options]
zip_safe = False
packages = find:
python_requires = >=3.7
include_package_data = True
package_dir =
= src
install_requires =
scipy >= 1.5.2
numpy >= 1.19.1
xlrd >= 1.2.0
[options.packages.find]
where = src