Skip to content
Snippets Groups Projects

change name of project in setup.py

Merged Juraj Paluba requested to merge fix_setup.py into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -4,7 +4,7 @@ with open("README.md", "r") as fh:
@@ -4,7 +4,7 @@ with open("README.md", "r") as fh:
long_description = fh.read()
long_description = fh.read()
setuptools.setup(
setuptools.setup(
name="generator",
name="automated-problem-generation-lib",
author="Daniel Kosc",
author="Daniel Kosc",
author_email="485652@mail.muni.cz",
author_email="485652@mail.muni.cz",
description="Random generator of selected variables",
description="Random generator of selected variables",
Loading