mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 06:25:23 +01:00
yapf edits
This commit is contained in:
25
setup.py
25
setup.py
@@ -1,17 +1,12 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='mathgenerator',
|
||||
version='1.1.3',
|
||||
description='An open source solution for generating math problems',
|
||||
url='https://github.com/todarith/mathgenerator',
|
||||
author='Luke Weiler',
|
||||
author_email='lukew25073@gmail.com',
|
||||
license='MIT',
|
||||
packages=find_packages(),
|
||||
install_requires=[
|
||||
|
||||
],
|
||||
entry_points={
|
||||
}
|
||||
)
|
||||
setup(name='mathgenerator',
|
||||
version='1.1.3',
|
||||
description='An open source solution for generating math problems',
|
||||
url='https://github.com/todarith/mathgenerator',
|
||||
author='Luke Weiler',
|
||||
author_email='lukew25073@gmail.com',
|
||||
license='MIT',
|
||||
packages=find_packages(),
|
||||
install_requires=[],
|
||||
entry_points={})
|
||||
|
||||
Reference in New Issue
Block a user