Skip to content

Commit 7cff590

Browse files
committed
Add docstrings to setup.py
1 parent 0c67c61 commit 7cff590

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
"""
2+
A simple setup.py script to support editable installs.
3+
"""
4+
# References:
5+
# - https://github.com/pypa/setuptools/issues/2816
6+
# - https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
7+
18
from setuptools import setup
29

310
setup()

0 commit comments

Comments
 (0)