diff options
author | Edi Feschiyan <efeschiyan@pm.me> | 2020-08-07 18:48:22 +0300 |
---|---|---|
committer | Edi Feschiyan <efeschiyan@pm.me> | 2020-08-07 18:48:22 +0300 |
commit | 4ddeffa2e1970f85fb26cfb3193081f265ce9266 (patch) | |
tree | a931eee03013a5e6454bf9ef750cac7a8d428fb5 | |
parent | a4001b62acb0e267183d87ecf891a265b17c7018 (diff) |
moving conftest to pyagl subdir and creating a manifest
-rw-r--r-- | MANIFEST.in | 1 | ||||
-rw-r--r-- | pyagl/pytest.ini (renamed from pytest.ini) | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..c19ef4b --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +recursive-include . *.ini *.json *.py *.txt *.md diff --git a/pytest.ini b/pyagl/pytest.ini index 217ef9a..217ef9a 100644 --- a/pytest.ini +++ b/pyagl/pytest.ini |