Skip to content

Commit 5758ba0

Browse files
committed
Moved description from setup.cfg to setup.py to solve Windows encoding issues.
1 parent bd69382 commit 5758ba0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
[metadata]
55
name = domdf_python_tools
6-
description = Helpful functions for Python
76
author = Dominic Davis-Foster
87
author_email = [email protected]
98
license = GNU Lesser General Public License v3 or later (LGPLv3+)

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616

1717
setup(
18+
description="Helpful functions for Python 🐍 🛠️",
1819
extras_require=extras_require,
1920
install_requires=install_requires,
2021
py_modules=[],

0 commit comments

Comments
 (0)