25 lines
380 B
Text
25 lines
380 B
Text
![]() |
# {# pkglts, pysetup
|
||
|
|
||
|
include AUTHORS.rst
|
||
|
include CONTRIBUTING.rst
|
||
|
include HISTORY.rst
|
||
|
include README.rst
|
||
|
|
||
|
include LICENSE
|
||
|
include requirements.txt
|
||
|
include dvlpt_requirements.txt
|
||
|
|
||
|
recursive-include test *
|
||
|
|
||
|
recursive-include src/hydroshoot *
|
||
|
recursive-include src/hydroshoot_data *
|
||
|
|
||
|
|
||
|
recursive-exclude * __pycache__
|
||
|
recursive-exclude * *.py[co]
|
||
|
|
||
|
recursive-include doc *.rst
|
||
|
|
||
|
|
||
|
# #}
|