forked from dftbplus/hsd-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
31 lines (29 loc) · 830 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
[metadata]
name = hsd
version = 0.1
author = DFTB+ developers group
author_email = [email protected]
url = https://github.com/dftbplus/hsd-python
description =
Tools for reading, writing and manipulating data stored in the human-friendly
structured data (HSD) format
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 = hsd
[options.packages.find]
where = src