Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Jun 1, 2019
1 parent 7583c33 commit 0cd102b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def build_extension(self, ext):
setup(
name='aat',
version='0.0.2',
description='Analytics library',
description='Algorithmic trading library',
long_description=long_description,
url='https://github.com/timkpaine/aat',
download_url='https://github.com/timkpaine/aat/archive/v0.0.2.tar.gz',
Expand Down Expand Up @@ -113,8 +113,6 @@ def build_extension(self, ext):
'aat=aat:main',
],
},
ext_modules=[
CMakeExtension('aat'),
],
ext_modules=[CMakeExtension('aat')],
cmdclass=dict(build_ext=CMakeBuild),
)

0 comments on commit 0cd102b

Please sign in to comment.