Fix pypi
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Michel Roux 2020-04-09 20:32:58 +02:00
parent 914c1104ad
commit 4d0784112e
5 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,7 @@
.db
.env
.git
build
dist
*.egg*
__pycache__

1
.gitignore vendored
View File

@ -3,6 +3,7 @@
.db
.env
dist
build
*.egg*
__pycache__
test.py

2
MANIFEST.in Normal file
View File

@ -0,0 +1,2 @@
recursive-include static *
recursive-include templates *

View File

@ -17,6 +17,7 @@ setup(
url="https://git.crystalyx.net/Xefir/PyNyaaTa",
packages=find_packages(),
install_requires=requirements,
include_package_data=True,
classifiers=[
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",