generated from kivymd-extensions/extension_template
-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
setup.cfg
48 lines (46 loc) · 1.93 KB
/
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
45
46
47
48
[metadata]
author = KivyMD Team and other contributors
author_email = kivydevelopment@gmail.com
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
keywords = kivymd_extensions, kivymd, kivy, material, ui
license = MIT
license_file = LICENSE
url = https://github.com/kivymd-extensions/sweetalert
project_urls =
Tracker=https://github.com/kivymd-extensions/sweetalert/issues
classifiers = Development Status :: 3 - Alpha
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Operating System :: OS Independent
Operating System :: Android
Operating System :: POSIX :: Linux
Operating System :: POSIX :: BSD :: FreeBSD
Operating System :: Microsoft :: Windows
Operating System :: iOS
Operating System :: MacOS
Operating System :: MacOS :: MacOS X
Environment :: MacOS X
Environment :: Win32 (MS Windows)
Environment :: X11 Applications
Intended Audience :: Developers
Intended Audience :: End Users/Desktop
Intended Audience :: Information Technology
Intended Audience :: Science/Research
Topic :: Software Development :: User Interfaces
Topic :: Scientific/Engineering :: Human Machine Interfaces
Topic :: Scientific/Engineering :: Visualization
platforms = any
[upload]
repository = https://upload.pypi.org/legacy/
[flake8]
ignore = E501,W503,E203,E731
max-line-length = 80
exclude = .git/,__pycache__,build/,.eggs/,.buildozer
statistics = true
count = true