-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
32 lines (29 loc) · 925 Bytes
/
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
[metadata]
name = bye_wiki
version = attr: bye_wiki.__version__
url = https://github.com/jwflory/bw
author = Justin W. Flory
author_email = contact@jwf.io
license = BSD-3-Clause
description = Say goodbye to your wikis! Python command-line script to convert MediaWiki pages to other formats with pandoc
long_description = file: README.md
long_description_content_type = text/markdown
keywords = asciidoc, data, wiki, mediawiki, markdown, documentation, migration, pandoc
classifiers =
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.11
[options]
zip_safe = False
python_requires = >=3
include_package_data = True
#packages = find:
#install_requires =
# requests
# importlib; python_version == "2.6"
[options.entry_points]
console_scripts =
bw = bye_wiki.cli:main
[options.package_data]
* = *.txt, *.rst