-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
36 lines (32 loc) · 916 Bytes
/
setup.cfg
File metadata and controls
36 lines (32 loc) · 916 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
[metadata]
name = fakegpu
version = attr: fakegpu._version.__version__
description = CUDA/NVML interception library that simulates GPU devices (Python wrapper)
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
license_files = LICENSE
platforms = linux, macos
classifiers =
Development Status :: 3 - Alpha
License :: OSI Approved :: MIT License
Operating System :: POSIX :: Linux
Operating System :: MacOS :: MacOS X
Programming Language :: Python :: 3
Programming Language :: C++
Topic :: Software Development :: Testing
[options]
packages = find:
python_requires = >=3.10
include_package_data = True
zip_safe = False
[options.extras_require]
docs =
mkdocs>=1.6
mkdocs-material>=9.5
mkdocs-static-i18n>=1.2
[options.package_data]
fakegpu = _native/*
[options.entry_points]
console_scripts =
fakegpu = fakegpu.__main__:main