Skip to content

Commit 7213bab

Browse files
committed
MNT: Add reference to pyproject.toml in setup.py docstring
1 parent 9157f26 commit 7213bab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env python
2-
"""Setup file for the Python nitime package."""
2+
"""Setup file for the Python nitime package.
3+
4+
This file only contains cython components.
5+
See pyproject.toml for the remaining configuration.
6+
"""
37
from setuptools import setup
48

59
try:

0 commit comments

Comments
 (0)