Skip to content

Commit c18b203

Browse files
committed
setup.py: Add docstring
1 parent 451a294 commit c18b203

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python3
2+
"""Installation script for everything that could not be migrated to pyproject.toml so far."""
23
import glob
34

45
from setuptools import Extension, setup

0 commit comments

Comments
 (0)