Skip to content
Snippets Groups Projects
Commit 34bb2f11 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

better .gitignore, fixes in README.md

parent aa8f9d22
No related branches found
No related tags found
No related merge requests found
...@@ -7,3 +7,4 @@ build ...@@ -7,3 +7,4 @@ build
*/build */build
*/dist */dist
dist dist
.eggs
...@@ -8,7 +8,7 @@ snakehouse ...@@ -8,7 +8,7 @@ snakehouse
snakehouse is a tool to pack mutiple .pyx files snakehouse is a tool to pack mutiple .pyx files
into a single extension. into a single extension.
Inspired by [https://stackoverflow.com/questions/30157363/collapse-multiple-submodules-to-one-cython-extension](this StackOverflow discussion). Inspired by [this StackOverflow discussion](https://stackoverflow.com/questions/30157363/collapse-multiple-submodules-to-one-cython-extension).
Tested and works on Python 3.8 and Python 3.7, Tested and works on Python 3.8 and Python 3.7,
both Windows and Linux. both Windows and Linux.
...@@ -20,5 +20,5 @@ Take a look at [example](example/) on how to multi-build your Cython extensions. ...@@ -20,5 +20,5 @@ Take a look at [example](example/) on how to multi-build your Cython extensions.
Limitations Limitations
----------- -----------
* Two modules with the same name cannot be mentioned in a single Multibuild. * Two modules with the same name cannot be mentioned in a single Multibuild (issue #1).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment