Set up an extremely lightweight set of tests for the user infra implementation
This commit is contained in:
parent
0d270c9cfb
commit
32e3fe04a2
5 changed files with 47 additions and 0 deletions
3
setup.py
3
setup.py
|
|
@ -6,5 +6,8 @@ setup(
|
|||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
package_data={'src': ['templates/**/*.html', 'templates/**/*.txt']},
|
||||
exclude_package_data={
|
||||
'': ['*_test.py'],
|
||||
},
|
||||
scripts=['./src/main.py'],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue