-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathsetup.cfg
50 lines (47 loc) · 1.08 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
45
46
47
48
49
50
[metadata]
name = effmass
description = An effective mass package
long_description = file: README.md
long_description_content_type = text/markdown
author = Lucy Whalley
author_email = [email protected]
url = https://github.com/lucydot/effmass
project_urls =
Bug Tracker = https://github.com/lucydot/effmass/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
setup_requires =
setuptools_scm
setuptools_scm_git_archive
python_requires = >=3.6
install_requires =
vasppy >=0.5.0.0
scipy
numpy
matplotlib
adjustText
ase >=3.21.1
octopuspy >=1.0.2
questionary >=1.9.0
prettytable >=2.1.0
importlib_metadata >=0.12; python_version < "3.8"
packages = effmass
scripts =
[options.extras_require]
docs =
sphinx >=3.2.1
sphinx_rtd_theme >=0.5.0
tests =
pytest
pytest-lazy-fixture
codeclimate-test-reporter
coverage ==4.3.4
dev =
black
build
[options.entry_points]
console_scripts =
effmass = effmass.cli:cli