mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
1.0.1 formatting fixes
This commit is contained in:
8
setup.py
8
setup.py
@@ -1,10 +1,10 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='mathGenerator',
|
||||
version='1.0.0',
|
||||
name='mathgenerator',
|
||||
version='1.0.1',
|
||||
description='An open source solution for generating math problems',
|
||||
url='https://github.com/todarith/mathGenerator',
|
||||
url='https://github.com/todarith/mathgenerator',
|
||||
author='Luke Weiler',
|
||||
author_email='lukew25073@gmail.com',
|
||||
license='MIT',
|
||||
@@ -14,7 +14,7 @@ setup(
|
||||
],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'mathGenerator=mathGenerator.mainGen:main'
|
||||
'mathgenerator=mathgenerator.generator:main'
|
||||
],
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user