-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
53 lines (49 loc) · 1.74 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
[metadata]
name = freeplane_tools
version = file: VERSION
url = https://github.com/shollingsworth/freeplane_tools
project_urls =
Changes = https://github.com/shollingsworth/freeplane_tools/blob/main/CHANGELOG.md
Source Code = https://github.com/shollingsworth/freeplane_tools
Issue Tracker = https://github.com/shollingsworth/freeplane_tools/issues/
Twitter = https://twitter.com/_stevo
Documentation = https://shollingsworth.github.io/freeplane_tools/index.html
# Donate = https://palletsprojects.com/donate
# Chat = https://discord.gg/pallets
license = MIT
author = Steven Hollingsworth
author_email = hollingsworth.stevend@gmail.com
description = This package provides some tooling around translating freeplane mindmap files into other useful formats
long_description = file: .pypyreadme
long_description_content_type = text/markdown
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Intended Audience :: Education
Intended Audience :: End Users/Desktop
Intended Audience :: Information Technology
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Documentation
Topic :: Text Editors :: Documentation
keywords =
freeplane
mindmap
markdown
[options]
packages = find:
package_dir = = src
include_package_data = true
python_requires = >= 3.6
# Dependencies are in setup.py for GitHub's dependency graph.
[options.packages.find]
where = src
[options.package_data]
* =
data/*