Skip to content
Snippets Groups Projects
Commit 629c6d40 authored by Juraj Paluba's avatar Juraj Paluba
Browse files

exclude tests from packages

parent f43c0428
No related branches found
No related tags found
1 merge request!7exclude tests from packages
Pipeline #97976 passed
...@@ -12,7 +12,7 @@ setuptools.setup( ...@@ -12,7 +12,7 @@ setuptools.setup(
long_description=long_description, long_description=long_description,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
url="https://gitlab.fi.muni.cz/kypolab/theses/kosc-automated-problem-generation", url="https://gitlab.fi.muni.cz/kypolab/theses/kosc-automated-problem-generation",
packages=setuptools.find_packages(), packages=setuptools.find_namespace_packages(include=['generator'], exclude=['tests']),
package_dir={'generator': './generator'}, package_dir={'generator': './generator'},
package_data={'generator': ['./*.txt', './*.yml']}, package_data={'generator': ['./*.txt', './*.yml']},
classifiers=[ classifiers=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment