-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
executable file
·41 lines (38 loc) · 1 KB
/
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
39
40
41
[metadata]
name = braq
version = file: VERSION
url = https://github.com/pyrustic/braq
author = Pyrustic Architect
author_email = rusticalex@yahoo.com
maintainer = Pyrustic Architect
maintainer_email = rusticalex@yahoo.com
description = Structured text format with sections
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
keywords =
pyrustic
# https://pypi.org/classifiers/
# Development Status :: 3 - Alpha
# Development Status :: 4 - Beta
# Development Status :: 5 - Production/Stable
classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Intended Audience :: Developers
Development Status :: 4 - Beta
[options]
python_requires = >=3.5
package_dir =
= src
packages = find:
include_package_data = true
zip_safe = false
install_requires =
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
braq = braq.__main__:main