Prepare packaging
This commit is contained in:
parent
3110f77791
commit
1ac8a3b757
|
@ -3,3 +3,7 @@
|
||||||
venv/
|
venv/
|
||||||
|
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
*.egg-info/
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue