-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
41 lines (36 loc) · 1.17 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
# python -m build
[metadata]
name = zwiftpktmon
version = 0.1.0
author = Kevin Ruff
author_email = [email protected]
description = A Python port of the C# ZwiftPacketMonitor project which monitors Zwift UDP packets
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/vincentdavis/zwifty-packets
project_urls =
Bug Tracker = https://github.com/vincentdavis/zwifty-packets/issues
classifiers =
Development Status :: 3 - Alpha
; Development Status :: 4 - Beta
; Development Status :: 5 - Production/Stable
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: Microsoft :: Windows
Environment :: MacOS X
Environment :: Win32 (MS Windows)
Intended Audience :: Developers
Operating System :: MacOS
Operating System :: Microsoft :: Windows :: Windows 10
[options]
package_dir =
= src
packages = find:
python_requires = >=3.10
install_requires =
protobuf >= 3.19.4
pcapy-ng-win-amd64 >= 1.0.4; platform_system == "Windows"
pcapy-ng-macos >= 1.0.4; platform_system == "Darwin"
[options.packages.find]
where = src
include = zwiftpktmon