-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathsetup.cfg
41 lines (36 loc) · 1.03 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 = flux-local
version = 7.0.0
description = flux-local is a python library and set of tools for managing a flux gitops repository, with validation steps to help improve quality of commits, PRs, and general local testing.
long_description = file: README.md
long_description_content_type = text/markdown
prodid = github.com/allenporter/flux-local
url = https://github.com/allenporter/flux-local
author = Allen Porter
author_email = allen.porter@gmail.com
license = Apache-2.0
license_file = LICENSE
classifiers =
License :: OSI Approved :: Apache Software License
[options]
packages = find:
python_requires = >=3.10
install_requires =
aiofiles>=22.1.0
nest_asyncio>=1.5.6
python-slugify>=8.0.0
GitPython>=3.1.30
PyYAML>=6.0
mashumaro>=3.12
# Note: flux-local provides repo testing using pytest
pytest>=7.2.1
pytest-asyncio>=0.20.3
[options.packages.find]
exclude =
tests
venv
[options.package_data]
flux_local = py.typed
[options.entry_points]
console_scripts =
flux-local = flux_local.tool.flux_local:main