We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9157f26 commit 7213babCopy full SHA for 7213bab
setup.py
@@ -1,5 +1,9 @@
1
#!/usr/bin/env python
2
-"""Setup file for the Python nitime package."""
+"""Setup file for the Python nitime package.
3
+
4
+This file only contains cython components.
5
+See pyproject.toml for the remaining configuration.
6
+"""
7
from setuptools import setup
8
9
try:
0 commit comments