Skip to content

Commit

Permalink
fix first install
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi77 committed Jul 29, 2016
1 parent ebb24ec commit 587daed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion impediments/__init__.py
Expand Up @@ -5,5 +5,5 @@

__author__ = 'Tomasz Jakub Rup'
__email__ = 'tomasz.rup@gmail.com'
__version__ = '0.1'
__version__ = '0.1.1'
__license__ = 'MIT'
10 changes: 4 additions & 6 deletions setup.py
Expand Up @@ -2,13 +2,11 @@

from setuptools import setup, find_packages

from impediments import __version__, __author__, __email__, __license__

setup(
name="gddkia-impediments-on-roads",
version=__version__,
author=__author__,
author_email=__email__,
version='0.1.1',
author='Tomasz Jakub Rup',
author_email='tomasz.rup@gmail.com',
url='https://github.com/tomi77/python-gddkia-impediments-on-roads',
description='Impediments on roads provided by GDDKiA',
long_description=open("README.rst").read(),
Expand All @@ -28,7 +26,7 @@
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Utilities',
],
license=__license__,
license='MIT',
packages=find_packages(exclude=['tests']),
install_requires=['six']
)

0 comments on commit 587daed

Please sign in to comment.