forked from obsidian-html/obsidian-html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
38 lines (33 loc) · 1.09 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
[metadata]
name = obsidianhtml
version = 0.0.9
summary = Converts Obsidian notes into proper markdown and HTML
long_description = file: pypi_readme.md
home-page = https://github.com/obsidian-html/obsidian-html
author = https://github.com/dwrolvink
author-email = [email protected]
license = GNU General Public License v3 or later (GPLv3+)
classifiers =
Development Status :: 4 - Beta
Programming Language :: Python :: 3.9
Intended Audience :: End Users/Desktop
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
keywords = html, markdown, notes, markdown-to-html, note-taking, obsidian, html-css-javascript, notes-app, obsidian-md, obsidian-html, obsidianmd, obsidian-notes
[options]
packages = obsidianhtml
install_requires =
markdown
md_mermaid @ git+https://github.com/obsidian-html/md_mermaid
python-frontmatter
pygments
regex
requests
beautifulsoup4
html5lib
include_package_data = True
python_requires = >=3.9
[options.package_data]
* = *.md, LICENSE
[options.entry_points]
console_scripts =
obsidianhtml = obsidianhtml:main