From 34bb2f113719833758413a42ec65f272f36f307b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 18 Mar 2020 15:47:23 +0100 Subject: [PATCH] better .gitignore, fixes in README.md --- .gitignore | 1 + README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d65161d..a1ce6df 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ build */build */dist dist +.eggs diff --git a/README.md b/README.md index 798c8c2..330d1f9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ snakehouse snakehouse is a tool to pack mutiple .pyx files 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, both Windows and Linux. @@ -20,5 +20,5 @@ Take a look at [example](example/) on how to multi-build your Cython extensions. 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). -- GitLab