-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
34 lines (32 loc) · 1.03 KB
/
setup.cfg
File metadata and controls
34 lines (32 loc) · 1.03 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
[metadata]
name = Stylehandler
description = An easy way to style your Tkinter widgets
long_description = file: README.md
long_description_content_type = text/markdown
version = 0.0.1
author = WiseNat
author_email = nathan88wise@gmail.com
url = https://github.com/WiseNat/StyleHandler
project_urls =
Source Code = https://github.com/WiseNat/StyleHandler
Documentation = https://github.com/WiseNat/StyleHandler
Bug Tracker = https://github.com/WiseNat/StyleHandler/issues
classifiers =
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Intended Audience :: Developers
Topic :: Software Development :: Build Tools
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
keywords = Tkinter
[options]
package_dir =
= src
packages = find:
python_requires = >=3.7
[options.packages.find]
where = src