Skip to content

Commit dda8150

Browse files
committed
feat: package
1 parent 9cddcbc commit dda8150

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["poetry-core>=1.0.0"]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
name = "python-notion-exporter"
6+
name = "python_notion_exporter"
77
version = "0.1.0"
88
description = "Export and download Notion pages asynchronously."
99
authors = ["Romeo Phillips"]

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
long_description = fh.read()
55

66
setuptools.setup(
7-
name="python-notion-exporter",
7+
name="python-python_notion_exporter",
88
author="Roméo Phillips",
99
author_email="phillipsromeo@gmail.com",
1010
description="Export and download Notion pages asynchronously",
11-
keywords="notion, notion-api, notion-exporter, notion-downloader, notion-py",
11+
keywords="notion, notion-api, python_notion_exporter, notion-downloader, notion-py",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/tomchen/example_pypi_package",
@@ -41,7 +41,7 @@
4141
},
4242
# entry_points={
4343
# "console_scripts": [ # This can provide executable scripts
44-
# "run=notion-exporter:main",
44+
# "run=python_notion_exporter:main",
4545
# # You can execute `run` in bash to run `main()` in src/examplepy/__init__.py
4646
# ],
4747
# },

0 commit comments

Comments
 (0)