-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsetup.cfg
44 lines (37 loc) · 987 Bytes
/
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
42
43
44
[metadata]
name = cardstock
version = 0.99.7
author = Ben Levitt
author_email = [email protected]
description = A simple development and rapid prototyping tool for quickly building multi-platform desktop programs and web apps.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/benjie-git/CardStock/wiki
classifiers =
Programming Language :: Python :: 3.9
License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Operating System :: OS Independent
[options]
package_dir =
= .
packages = find:
install_requires =
attrdict3
wxpython >=4.2.2
PyInstaller ==5.13.2
requests ==2.31.0
numpy
simpleaudio-312compat
python_requires = >=3.9
[options.extras_require]
mp3 =
streamp3
[options.packages.find]
where = .
[options.entry_points]
console_scripts =
cardstock = cardstock.designer:RunDesigner
[options.package_data]
cardstock =
examples/*
CardStock_Designer_mac.spec