-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
73 lines (70 loc) · 2.13 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
[metadata]
name = botonaro
version = attr: botonaro._version.__version__
description = Chatbot com dados do Bolsodata/Metamemo
summary = Chatbot com dados do Bolsodata/Metamemo
author = Iuri Guilherme
author_email = [email protected]
maintainer = Iuri Guilherme
maintainer_email = [email protected]
home_page = https://botonaro.iuri.xyz/
url = https://botonaro.iuri.xyz/
project_urls =
Source Code = https://github.com/iuriguilherme/botonaro
Issue Tracker = https://github.com/iuriguilherme/botonaro/issues
long_description = file: README.markdown
long_description_content_type = text/markdown
license = CC-4.0-BY-SA
license_files =
LICENSE.markdown
description_file =
README.markdown
LICENSE.markdown
classifier =
Development Status :: 3 - Alpha
Environment :: Console
Environment :: No Input/Output (Daemon)
Environment :: Web Environment
Intended Audience :: Developers
Intended Audience :: End Users/Desktop
Intended Audience :: Other Audience
Intended Audience :: Science/Research
License :: Creative Commons 4.0 Attribution Share Alike (CC-4.0-BY-SA)
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 =
botonaro
instance
package_dir = = src
include_package_data = True
zip_safe = False
[options]
#packages = find:
packages =
botonaro
instance
package_dir = = src
install_requires =
certifi
pydantic[dotenv]
dependency_links =
iacecil @ git+https://github.com/iuriguilherme/iacecil.git@stable#egg=iacecil
include_package_data = True
python_requires = >= 3.10
[files]
packages = find:
package_dir = = src
extra_files =
LICENSE.markdown
README.markdown