Include package data in the package

main
Pierre Jaury 6 years ago committed by Alexander Graf
parent c5fa0280a0
commit d640da8787
No known key found for this signature in database
GPG Key ID: B8A9DC143E075629

@ -0,0 +1,2 @@
include README.md
include LICENSE.md

@ -7,7 +7,7 @@ with open("README.md", "r") as fh:
setup( setup(
name="podop", name="podop",
version="0.2", version="0.2.1",
description="Postfix and Dovecot proxy", description="Postfix and Dovecot proxy",
long_description=long_description, long_description=long_description,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
@ -15,6 +15,7 @@ setup(
author_email="pierre@jaury.eu", author_email="pierre@jaury.eu",
url="https://github.com/mailu/podop.git", url="https://github.com/mailu/podop.git",
packages=["podop"], packages=["podop"],
include_package_data=True,
scripts=["scripts/podop"], scripts=["scripts/podop"],
install_requires=[ install_requires=[
"aiohttp" "aiohttp"

Loading…
Cancel
Save