forked from alexeatscake/gigaanalysis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
44 lines (41 loc) · 1.29 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
[metadata]
name = gigaanalysis
version = attr: gigaanalysis.__version__
author = Alex Hickey
author_email = [email protected]
description = A toolbox for processing data that can be expressed as a
dependent and independent variable.
long_description = file: README.md
long_description_content_type = text/markdown
license = BSD 3-Clause License
license_files = LICENSE.txt
url = https://github.com/alexeatscake/gigaanalysis
project_urls =
Source Code = https://github.com/alexeatscake/gigaanalysis
Documentation = https://gigaanalysis.readthedocs.io/en/latest/
keywords = magnets, SdH, dHvA, magnetic, quantum, oscillations,
superconductor, quantum oscillations, EMFL, digital lock in, bsd-3-clause
classifiers =
Intended Audience :: Science/Research
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Physics
License :: OSI Approved :: BSD License
[options]
include_package_data = True
packages = find:
python_requires = >= 3.7
install_requires =
numpy
scipy
pandas
matplotlib
h5py
[options.extras_require]
dev =
sphinx
sphinx_rtd_theme
docutils == 0.16