-
Notifications
You must be signed in to change notification settings - Fork 25
/
setup.cfg
42 lines (39 loc) · 1.44 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
[metadata]
name = markdown-tool
# This includes the license file(s) in the wheel.
# https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file
license_files = LICENSE.txt
author = Artiom N.
# author_email = [email protected]
description = Markdown articles downloader and converter
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/artiomn/markdown_articles_tool
project_urls =
Bug Tracker = https://github.com/artiomn/markdown_articles_tool/issues
Source Code = https://github.com/artiomn/markdown_articles_tool/
keywords = html, markdown, pdf, downloader, images, markdown-parser, markdown-to-html, markdown converter, md, markdown-to-pdf, markdown-articles
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Intended Audience :: Science/Research
Intended Audience :: End Users/Desktop
Intended Audience :: Other Audience
Topic :: Text Processing :: Markup :: Markdown
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
package_dir =
= .
packages = find:
python_requires = >=3.8
include_package_data = True
[options.packages.find]
where = .
[pycodestyle]
indent-size = 4
max-line-length = 100