We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a65b3 commit 13c6b3aCopy full SHA for 13c6b3a
README.md
@@ -21,7 +21,9 @@ Add `setuptools-golang` to the `setup_requires` in your setup.py and
21
`build_golang={'root': ...}`. `root` refers to the root go import path of
22
your project.
23
24
-An extension must only contain a single file in the `main` go package.
+An extension must be a single file in the `main` go package (though the entire
25
+`main` package will be built into the extension). That package may import
26
+other code.
27
You may have multiple extensions in your `setup.py`.
28
29
```python
0 commit comments