-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
75 lines (73 loc) · 2.08 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[metadata]
name = iacecil
version = attr: iacecil._version.__version__
description = attr: iacecil.__description__
summary = attr: iacecil.__description__
author = Iuri Guilherme
author_email = [email protected]
maintainer = Iuri Guilherme
maintainer_email = [email protected]
home_page = https://iuri.xyz/iacecil/
url = https://iuri.xyz/iacecil/
project_urls =
Source Code = https://github.com/iuriguilherme/iacecil/
Issue Tracker = https://github.com/iuriguilherme/iacecil/issues/
long_description = file: README.md
long_description_content_type = text/markdown
license = GPL3
license_files =
LICENSE.md
description_file =
README.md
LICENSE.md
CHANGES.txt
classifier =
Development Status :: 3 - Alpha
Environment :: Console
Environment :: No Input/Output (Daemon)
Environment :: Web Environment
Framework :: FastAPI
Framework :: Flask
Framework :: Matplotlib
Framework :: Quart
Intended Audience :: Developers
Intended Audience :: End Users/Desktop
Intended Audience :: Other Audience
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Natural Language :: English
Natural Language :: Portuguese (Brazilian)
Operating System :: OS Independent
Operating System :: POSIX
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Topic :: Communications
Topic :: Communications :: Chat
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Artifical Intelligence
Topic :: Scientific/Engineering :: Information Analysis
#packages = find:
packages =
iacecil
plugins
package_dir = src
include_package_data = True
zip_safe = False
[options]
#packages = find:
packages =
iacecil
plugins
package_dir = = src
include_package_data = True
python_requires = >= 3.10
#install_requires =
[files]
packages = find:
package_dir = = src
extra_files =
CHANGES.txt
LICENSE.md
README.md