Skip to content

Commit

Permalink
Fix non-existing file paths after renaming some files
Browse files Browse the repository at this point in the history
This should fix the installation via pythons setup tools.
  • Loading branch information
bh committed Jan 31, 2014
1 parent 9a7c5d3 commit 58512da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include LICENSE.org
include README.rst
include README.org
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
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 58512da

Please sign in to comment.