Skip to content

Commit

Permalink
Merge 58512da into 9a7c5d3
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Hedrich committed Jan 31, 2014
2 parents 9a7c5d3 + 58512da commit db5b5d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,7 +1,7 @@
*.pyc
.coverage
MANIFEST
README.rst
README.org

build/
consolor.egg-info/
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1,2 +1,2 @@
include LICENSE.org
include README.rst
include README.org
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@
setup(name='consolor',
py_modules=['consolor'],
description='Consolor provides highlighting functions for terminals.',
long_description=(open('README.rst').read()),
long_description=(open('README.org').read()),
version='0.1.1',
author='Friedrich Paetzke',
author_email='f.paetzke@gmail.com',
Expand Down

0 comments on commit db5b5d7

Please sign in to comment.