This commit is contained in:
parent
914c1104ad
commit
4d0784112e
@ -3,6 +3,7 @@
|
|||||||
.db
|
.db
|
||||||
.env
|
.env
|
||||||
.git
|
.git
|
||||||
|
build
|
||||||
dist
|
dist
|
||||||
*.egg*
|
*.egg*
|
||||||
__pycache__
|
__pycache__
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,6 +3,7 @@
|
|||||||
.db
|
.db
|
||||||
.env
|
.env
|
||||||
dist
|
dist
|
||||||
|
build
|
||||||
*.egg*
|
*.egg*
|
||||||
__pycache__
|
__pycache__
|
||||||
test.py
|
test.py
|
||||||
|
2
MANIFEST.in
Normal file
2
MANIFEST.in
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
recursive-include static *
|
||||||
|
recursive-include templates *
|
1
setup.py
1
setup.py
@ -17,6 +17,7 @@ setup(
|
|||||||
url="https://git.crystalyx.net/Xefir/PyNyaaTa",
|
url="https://git.crystalyx.net/Xefir/PyNyaaTa",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
install_requires=requirements,
|
install_requires=requirements,
|
||||||
|
include_package_data=True,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
|
Reference in New Issue
Block a user