format the setup call
This commit is contained in:
20
setup.py
20
setup.py
@@ -53,14 +53,18 @@ class build_py(_build_py):
|
||||
_build_py.run(self)
|
||||
|
||||
setup(
|
||||
name='Arrival MANager',
|
||||
version='0.1.0',
|
||||
packages=[ 'aman' ],
|
||||
namespace_packages=[ 'aman' ],
|
||||
description='AMAN optimization backend',
|
||||
author='Sven Czarnian',
|
||||
author_email='devel@svcz.de',
|
||||
license='GPLv3',
|
||||
name = 'Arrival MANager',
|
||||
version = '0.1.0',
|
||||
packages = [
|
||||
'aman',
|
||||
'aman.com',
|
||||
'aman.tools'
|
||||
],
|
||||
namespace_packages = [ 'aman' ],
|
||||
description = 'AMAN optimization backend',
|
||||
author = 'Sven Czarnian',
|
||||
author_email = 'devel@svcz.de',
|
||||
license = 'GPLv3',
|
||||
cmdclass = { 'clean': clean, 'build_py': build_py },
|
||||
install_requires=[
|
||||
'setuptools',
|
||||
|
||||
Reference in New Issue
Block a user