-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
65 lines (57 loc) · 1.62 KB
/
setup.cfg
File metadata and controls
65 lines (57 loc) · 1.62 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[metadata]
name = WowUSB-DS9
version = 0.3.0
author = Robin L. M. Cheung, MBA
author_email = robin@robincheung.com
description = Create bootable Windows USB drives with support for large files and Windows-To-Go
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/rebots-online/WowUSB
project_urls =
Bug Tracker = https://github.com/rebots-online/WowUSB/issues
Documentation = https://github.com/rebots-online/WowUSB/wiki
Source Code = https://github.com/rebots-online/WowUSB
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Environment :: X11 Applications :: GTK
Intended Audience :: End Users/Desktop
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: System :: Installation/Setup
Topic :: Utilities
[options]
package_dir =
= .
packages = find:
python_requires = >=3.6
install_requires =
termcolor>=1.1.0
wxPython>=4.0.0
include_package_data = True
zip_safe = False
[options.package_data]
WowUSB =
locale/*/LC_MESSAGES/*.mo
data/*
data/*/*
data/bootloaders/*
data/drivers/*
data/scripts/*
[options.entry_points]
console_scripts =
wowusb = WowUSB.wowusb:main
gui_scripts =
wowusbgui = WowUSB.wowusbgui:main
[bdist_wheel]
universal = 0
[sdist]
formats = gztar
[check]
strict = 1