mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-12 10:45:38 +02:00
Include package data in the package
This commit is contained in:
parent
c5fa0280a0
commit
d640da8787
2
core/base/libs/podop/MANIFEST.in
Normal file
2
core/base/libs/podop/MANIFEST.in
Normal file
@ -0,0 +1,2 @@
|
||||
include README.md
|
||||
include LICENSE.md
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user