-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
38 lines (36 loc) · 898 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
37
38
[metadata]
name = fortnet-ase
version = 0.2
author = T. W. van der Heide
author_email = [email protected]
url = https://github.com/vanderhe/fortnet-ase
description = Interfacing Fortnet with the Atomic Simulation Environment
long_description = file: README.rst
long_description_content_type = text/x-rst
license = BSD
license_file = LICENSE
platform = any
classifiers =
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.7
[options]
include_package_data = True
package_dir =
= src
packages = fnetase
install_requires =
wheel
setuptools
pytest
numpy
h5py
ase
hsd
fortnet-python
[options.packages.find]
where = src