Skip to content

Commit 3ee4725

Browse files
setup
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
1 parent ffcbf9b commit 3ee4725

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

setup.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,19 @@
88
setup(
99
name="MdXLogseqTODOSync",
1010
version="0.0.1",
11-
description="TODO_description",
11+
description="Script to always sync a Logseq TODO list with a markdown file",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
14-
url="TODO_URL",
14+
url="https://github.com/thiswillbeyourgithub/MdXLogseqTODOSync",
1515
packages=find_packages(),
1616

17-
# TODO_check_values
1817
classifiers=[
1918
"Programming Language :: Python :: 3",
2019
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
2120
"Operating System :: OS Independent",
2221
],
2322
license="GPLv3",
24-
keywords=["TODO_keywords"],
23+
keywords=["logseq", "todo", "list", "markdown", "md", "organization", "productivity"],
2524
python_requires=">=3.11",
2625

2726
entry_points={
@@ -33,7 +32,6 @@
3332
install_requires=[
3433
'fire >= 0.6.0',
3534
'beartype >= 0.18.5',
36-
"LogseqMarkdownParser"
35+
"LogseqMarkdownParser >= 3.3"
3736
],
38-
3937
)

0 commit comments

Comments
 (0)