From 8b8036670364590f7a9fcb446e70db00387b1b48 Mon Sep 17 00:00:00 2001 From: Juraj Paluba <492988@mail.muni.cz> Date: Tue, 3 Aug 2021 11:46:29 +0200 Subject: [PATCH] change name of project in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 01f78f5..25f043c 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ with open("README.md", "r") as fh: long_description = fh.read() setuptools.setup( - name="generator", + name="automated-problem-generation-lib", author="Daniel Kosc", author_email="485652@mail.muni.cz", description="Random generator of selected variables", -- GitLab