-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
38 lines (34 loc) · 682 Bytes
/
setup.cfg
File metadata and controls
38 lines (34 loc) · 682 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
[metadata]
name = gitversioniser
description = Automatic Semantic Versioniser and Change Tracker
author = Marcel Jerzyk
license = BSD 4-Clause
license_file = LICENSE
platforms = unix, linux
classifiers =
Programming Language :: Python :: 3.10
[options]
packages =
gitversioniser
install_requires =
GitPython>=3
semver>=2
rich>=12
typing-extensions>=4
python_requires = >=3.10
package_dir =
=src
zip_safe = no
[options.extras_require]
testing =
pytest>=7.1
pytest-cov>=3.0
mypy>=0.942
flake8>=4.0
tox>=3.25
parameterized>=0.8
hypothesis>=6.46
[options.package_data]
gitversioniser = py.typed
[flake8]
max-line-length = 150