mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
This is really just needed so as to more easily make the packaged (pypi) version work. The 'invoke' command (which is mapped to 'wger' when packaged or installed via pip) needs a tasks.py file. Since the wger folder gets installed as a python package, it is easier if we just move that file there as well.
24 lines
548 B
Plaintext
24 lines
548 B
Plaintext
include README.rst
|
|
include AUTHORS.txt
|
|
include AGPL.txt
|
|
include CC-BY-SA.txt
|
|
include requirements.txt
|
|
|
|
recursive-include wger *.*
|
|
recursive-exclude wger *.pyc
|
|
recursive-exclude wger *.swp
|
|
recursive-exclude wger *~
|
|
|
|
# added by check_manifest.py
|
|
include *.rst
|
|
include *.txt
|
|
recursive-include docs *.bat
|
|
recursive-include docs *.py
|
|
recursive-include docs *.rst
|
|
recursive-include docs Makefile
|
|
recursive-include extras *.README
|
|
recursive-include extras *.conf
|
|
recursive-include extras *.csv
|
|
recursive-include extras *.py
|
|
recursive-include extras *.txt
|