Skip to content
Snippets Groups Projects
Commit ff7c54f3 authored by Vincent Texier's avatar Vincent Texier Committed by Vincent Texier
Browse files

[fix] #98 fix setup.py to not include tests folder in wheel package

parent fc83b965
No related branches found
No related tags found
1 merge request!72Merge of tests_out_of_wheel to dev
......@@ -47,7 +47,7 @@ setup(
version=duniterpy.__version__,
packages=find_packages(),
packages=['duniterpy'],
package_data={"duniterpy": ["py.typed"]},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment