forked from szn/confluence.md
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
54 lines (51 loc) · 1.59 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
[metadata]
name = confluence.md
version = 0.4.6
author = Szymon Nieradka
description = Markdown to Confluence - upload any .md files to your Confluence cloud page
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/szn/confluence.md
project_urls =
Bug Tracker = https://github.com/szn/confluence.md/issues
keywords = markdown, confluence, md, atlassian
license = MIT
download_url =
home_page = https://github.com/szn/confluence.md
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: Science/Research
Intended Audience :: System Administrators
Natural Language :: English
Topic :: Documentation
Topic :: Software Development :: Documentation
Topic :: Text Processing
Topic :: Text Processing :: Markup :: Markdown
Topic :: Utilities
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = find:
package_dir =
=src
python_requires = >=3.7
include_package_data = True
install_requires =
importlib; python_version == "3.7"
atlassian-python-api>=3.41.1
coloredlogs>=15.0.1
markdown2>=2.4.10
termcolor>=2.3.0
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
confluence.md = md2cf.main:main