parent
914c1104ad
commit
4d0784112e
@ -3,6 +3,7 @@
|
||||
.db
|
||||
.env
|
||||
.git
|
||||
build
|
||||
dist
|
||||
*.egg*
|
||||
__pycache__
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,6 +3,7 @@
|
||||
.db
|
||||
.env
|
||||
dist
|
||||
build
|
||||
*.egg*
|
||||
__pycache__
|
||||
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",
|
||||
packages=find_packages(),
|
||||
install_requires=requirements,
|
||||
include_package_data=True,
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
"Operating System :: OS Independent",
|
||||
|
Reference in New Issue
Block a user