-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
35 lines (33 loc) · 825 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
[metadata]
name = fortnet-python
version = 0.4
author = T. W. van der Heide
author_email = [email protected]
url = https://github.com/vanderhe/fortnet-python
description = Python Tools for the Fortnet Software Package
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
[options]
include_package_data = True
package_dir =
= src
packages = fortformat
install_requires =
wheel
setuptools
pytest
numpy
h5py
ase
[options.packages.find]
where = src