Skip to content

Commit 13c6b3a

Browse files
committed
Update README
1 parent 40a65b3 commit 13c6b3a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ Add `setuptools-golang` to the `setup_requires` in your setup.py and
2121
`build_golang={'root': ...}`. `root` refers to the root go import path of
2222
your project.
2323

24-
An extension must only contain a single file in the `main` go package.
24+
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.
2527
You may have multiple extensions in your `setup.py`.
2628

2729
```python

0 commit comments

Comments
 (0)