-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
31 lines (28 loc) · 889 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
[metadata]
name = genhtml-markdown
version = attr: genhtml.__version__
description = bring python to markdown to generate HTML inline
long_description = file: README.mkd
author = Lucas Bourneuf
author_email = [email protected]
url = https://github.com/aluriak/genhtml-markdown
license = GPL
keywords = Markdown, plot, include, plugin, extension
classifiers =
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3 :: Only
Topic :: Software Development :: Libraries :: Python Modules
[options]
zip_safe = False
include_package_data = True
packages = genhtml
[zest.releaser]
create-wheel = yes
python-file-with-version = genhtml/__init__.py
[options.packages.find]
exclude =
test