We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd69382 commit 5758ba0Copy full SHA for 5758ba0
setup.cfg
@@ -3,7 +3,6 @@
3
4
[metadata]
5
name = domdf_python_tools
6
-description = Helpful functions for Python
7
author = Dominic Davis-Foster
8
author_email = [email protected]
9
license = GNU Lesser General Public License v3 or later (LGPLv3+)
setup.py
@@ -15,6 +15,7 @@
15
16
17
setup(
18
+ description="Helpful functions for Python 🐍 🛠️",
19
extras_require=extras_require,
20
install_requires=install_requires,
21
py_modules=[],
0 commit comments