We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7d3b6e commit 4193cfcCopy full SHA for 4193cfc
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