-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
29 lines (26 loc) · 720 Bytes
/
setup.cfg
File metadata and controls
29 lines (26 loc) · 720 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
[metadata]
name = xehm
version = 0.0.1
description = Evolutionary History Matching
long_description = file: README.md
long_description_content_type = text/markdown
license = GPL3
author = Christopher Fenton
author_email = cjf_uk@hotmail.com
url = https://github.com/fentonscode/xEHM
classifiers =
Development Status :: 3 - Alpha
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Natural Language :: English
Operating System :: Microsoft :: Windows
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3 :: Only
[entry_points]
console_scripts =
xehm = xehm.app.run:main
[options]
python_requires = >=3.7
package_dir = =src
packages = find:
[options.packages.find]
where = src