Skip to content

Commit 7c98873

Browse files
committed
Add "name" argument to setup.py
1 parent 3406cc9 commit 7c98873

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
install_requires = (repo_root / "requirements.txt").read_text(encoding="UTF-8").split('\n')
1919

2020
setup(
21+
name="domdf-python-tools",
2122
description="Helpful functions for Python 🐍 🛠️",
2223
extras_require=extras_require,
2324
install_requires=install_requires,

0 commit comments

Comments
 (0)