Skip to content

Commit

Permalink
Avoid package name conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
gplessm committed Dec 19, 2016
1 parent 2b23e35 commit aa7ea07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

from setuptools import find_packages, setup

setup(name='ego.io',
setup(name='egoio',
author='openego development group',
author_email='[email protected]',
description='ego input/output repository',
version='0.0.1',
version='0.0.2',
url='https://github.com/openego/ego.io',
packages=find_packages(),
license='GNU GENERAL PUBLIC LICENSE Version 3',
Expand Down

0 comments on commit aa7ea07

Please sign in to comment.