-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
42 lines (31 loc) · 970 Bytes
/
setup.cfg
File metadata and controls
42 lines (31 loc) · 970 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
30
31
32
33
34
35
36
37
38
39
40
41
[metadata]
name = py2sbs
version = attr: py2sbs.__version__
url = https://github.com//theblackunknown/py2sbs
author = Andréa Machizaud
author-email = andrea.machizaud@gmail.com
description = Python DSL to decribe Substance Graph
long_description = file: README.rst, CHANGELOG.rst, LICENSE.rst
long_description_content_type = text/x-rst
license = GNU GPL v3.0
license_file = LICENSE.rst
license_files =
LICENSE.rst
keywords = dsl, python, substance
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Programming Language :: Python :: 3.7
License :: Other/Proprietary License :: GNU GPL v3.0
[options]
zip_safe = true
python_requires = >= 3.7
packages = find:
setup_requires =
setuptools
wheel
[options.entry_points]
console_scripts =
py2sbs = py2sbs.cli:main
[bdist_wheel]
universal = true