diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-06 15:36:10 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-06 15:36:10 +0000 |
| commit | b993b095f23f8281eb7e21b555f04c8e69f4d401 (patch) | |
| tree | a5d6655851f0ce4a8fae5624ef462ddd477ee233 | |
| parent | Remove print statements and windows stuff (diff) | |
| download | pygensvm-b993b095f23f8281eb7e21b555f04c8e69f4d401.tar.gz pygensvm-b993b095f23f8281eb7e21b555f04c8e69f4d401.zip | |
Exclude pyproject from manifest
| -rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 5f5f17a..b1a1c22 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -12,6 +12,7 @@ exclude src/gensvm/.gitignore exclude .gitmodules exclude .gitignore exclude .travis.yml +exclude pyproject.toml exclude Makefile recursive-exclude test_human *.py recursive-exclude docs * |
