Include package data in the package

This commit is contained in:
Pierre Jaury
2018-07-26 21:10:07 +02:00
committed by Alexander Graf
parent c5fa0280a0
commit d640da8787
2 changed files with 4 additions and 1 deletions

View File

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

View File

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