-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathsetup.cfg
More file actions
30 lines (29 loc) · 734 Bytes
/
Copy pathsetup.cfg
File metadata and controls
30 lines (29 loc) · 734 Bytes
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
[metadata]
name = latools
version = attr: latools.VERSION
author = Oscar Branson
author_email = ob266@cam.ac.uk
description = Tools for LA-ICPMS data analysis.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/oscarbranson/latools
license = MIT
project_urls =
PalaeoCarb Project = https://github.com/PalaeoCarb
classifiers =
Programming Language :: Python :: 3
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
Programming Language :: Python :: 3
[options]
python_requires = >3.6
install_requires =
numpy
pandas
matplotlib
uncertainties
scikit-learn
scipy
Ipython
setuptools
include_package_data = True