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.
2 parents e7d3b6e + 4193cfc commit 6fbc1a9Copy full SHA for 6fbc1a9
setup.py
@@ -1,3 +1,5 @@
1
import setuptools
2
3
-setuptools.setup()
+setuptools.setup(
4
+ name="docstring-to-markdown", # to allow GitHub dependency tracking
5
+)
0 commit comments