-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
36 lines (33 loc) · 835 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
36
[metadata]
name = x7
author = Glenn Gribble
author_email = [email protected]
description = Top level project for X7 libraries
long_description = file: README.rst
version = attr: x7.x7.__version__
url = https://github.com/gribbg/x7
keywords =
# cool printing
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
license_files =
LICENSE.txt
[options]
python_requires = >= 3.8
packages = find:
zip_safe = False
install_requires =
x7-lib
[options.extras_require]
tests =
pytest
flake8
mypy
[options.entry_points]
console_scripts =
# some_program = some_package:__main__:cli