Customize captcha
This commit is contained in:
parent
719e99022a
commit
0929636f04
4 changed files with 497 additions and 5 deletions
7
setup.py
7
setup.py
|
|
@ -13,7 +13,12 @@ setup(
|
|||
platforms=["platform-independent"],
|
||||
packages=find_packages("src"),
|
||||
package_dir={"": "src"},
|
||||
package_data={"": ["templates/*.html", "static/*.css"]},
|
||||
package_data={"strojnadzor": [
|
||||
"DejaVuSans.ttf",
|
||||
"construction.txt",
|
||||
"static/*.css",
|
||||
"templates/*.html",
|
||||
]},
|
||||
# install_requires=install_requires,
|
||||
# extras_require=extras_require,
|
||||
include_package_data=True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue