-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
setup.cfg
40 lines (34 loc) · 1.03 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
[metadata]
name = gdscript_docs_maker
version = 1.7.0
description = Create documentation and class references from your Godot GDScript code.
long_description = file: README.md, CHANGELOG.md
long_description_content_type = text/markdown
keywords = godot, gdscript, documentation, reference, godotengine
url = https://github.com/GDQuest/gdscript-docs-maker
author = Nathan Lovato
author_email = nathan@gdquest.com
license = MIT
license_file = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[options]
package_dir=
=src
packages=find:
include_package_data = True
python_requires = >=3.7
entry_points = file: gdscript_docs_maker.modules.__main__:main
[options.packages.find]
where=src
[options.package_data]
* = *.toml
[options.data_files]
data = src/gdscript_docs_maker/data/hugo_front_matter.toml
[mypy]
mypy_path = ./src