Skip to content

Commit

Permalink
Renamed the pypi package to eos-py, as 'eos' is already taken on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikhuber committed Mar 3, 2017
1 parent 509f30c commit 022b9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def build_extension(self, ext):
subprocess.check_call(['cmake', '--build', '.'] + build_args, cwd=self.build_temp)

setup(
name='eos',
name='eos-py',
version='0.11.0',
author='Patrik Huber',
author_email='patrikhuber@gmail.com',
Expand Down

0 comments on commit 022b9ca

Please sign in to comment.