Skip to content

Commit 4193cfc

Browse files
committed
Enable GitHub dependency tracking
1 parent e7d3b6e commit 4193cfc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
import setuptools
22

3-
setuptools.setup()
3+
setuptools.setup(
4+
name="docstring-to-markdown", # to allow GitHub dependency tracking
5+
)

0 commit comments

Comments
 (0)