forked from HydraDancer/_pls_switch_to_new_facedancer_fork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
35 lines (33 loc) · 1005 Bytes
/
pyproject.toml
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
[build-system]
requires = ["setuptools>=41", "wheel", "setuptools-git-versioning<2"]
build-backend = "setuptools.build_meta"
[project]
name = "facedancer"
dynamic = ["version"]
authors = [
{name = "Great Scott Gadgets", email = "[email protected]"},
]
license = { text = "BSD" }
description = "Python library for emulating USB devices"
urls = { Source = "https://github.com/usb-tools/facedancer" }
readme = "README.md"
classifiers = [
"Development Status :: 4 - Beta",
"Natural Language :: English",
"Environment :: Console",
"Environment :: Plugins",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering",
"Topic :: Security",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
]
dependencies = [
"pyusb",
]
[tool.setuptools-git-versioning]
enabled = true
starting_version = "v2.9"