forked from JonSnowbd/TagScript
-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathsetup.cfg
More file actions
31 lines (29 loc) · 902 Bytes
/
setup.cfg
File metadata and controls
31 lines (29 loc) · 902 Bytes
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
[metadata]
name = TagScript
version = attr: TagScriptEngine.__version__
url = https://github.com/phenom4n4n/TagScript
author = PhenoM4n4n
author_email = noumenondiscord@gmail.com
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: Freely Distributable
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3.8
license = Creative Commons Attribution 4.0 International License
license_file = LICENSE
description = An easy drop in user-provided Templating system.
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
keywords = tagscript,
[options]
packages = find_namespace:
install_requires =
discord.py==2.2.3
pyparsing
python_requires = >=3.8
[options.packages.find]
include =
TagScriptEngine
TagScriptEngine.*