Prepare packaging

This commit is contained in:
Yohann D'ANELLO 2020-10-08 23:18:15 +02:00
parent 3110f77791
commit 1ac8a3b757
2 changed files with 5 additions and 1 deletions

4
.gitignore vendored
View File

@ -3,3 +3,7 @@
venv/ venv/
__pycache__/ __pycache__/
build/
dist/
*.egg-info/

View File

@ -20,7 +20,7 @@ setup(
tests_require=[], tests_require=[],
extras_require={}, extras_require={},
entry_points={}, entry_points={},
package_dir={"": "src"}, package_dir={},
packages=["sympasoap"], packages=["sympasoap"],
include_package_data=True, include_package_data=True,
license="GPLv3", license="GPLv3",