diff --git a/git_lint/__init__.py b/git_lint/__init__.py index edd1fcb..34c977c 100644 --- a/git_lint/__init__.py +++ b/git_lint/__init__.py @@ -2,6 +2,6 @@ __author__ = 'Kenneth M. "Elf" Sternberg' __email__ = 'elf.sternberg@gmail.com' -__version__ = '0.0.4' +__version__ = '__version__ = '0.0.4'' __all__ = ['git_lint'] diff --git a/setup.cfg b/setup.cfg index 8599c8b..59da532 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,3 +16,4 @@ universal = 1 [flake8] exclude = docs + diff --git a/setup.py b/setup.py index 690d079..f93b911 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ test_requirements = [ setup( name='git_linter', - version='0.0.4', + version='version='0.0.4'', description="A git command to lint everything in your workspace (or stage) that was changed since the last commit.", long_description=readme + '\n\n' + history, author='Kenneth M. "Elf" Sternberg',