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

Merge branch 'update_setup.py' into 'master'

exclude tests from packages

See merge request !7
parents f43c0428 629c6d40
No related branches found
No related tags found
1 merge request!7exclude tests from packages
Pipeline #114076 passed
......@@ -12,7 +12,7 @@ setuptools.setup(
long_description=long_description,
long_description_content_type="text/markdown",
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_data={'generator': ['./*.txt', './*.yml']},
classifiers=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment