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

update code style

parent 720f80e8
No related branches found
No related tags found
1 merge request!6Resolve "Refactor generator python scripts"
Pipeline #97971 passed
......@@ -12,9 +12,9 @@ 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_packages(),
package_dir={'generator': './generator'},
package_data={'generator': ['./*.txt','./*.yml']},
package_data={'generator': ['./*.txt', './*.yml']},
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment