Skip to content

Commit

Permalink
Unified extensions for README and CHANGES. Updated MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Aug 5, 2013
1 parent 07993c0 commit cc629c3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
File renamed without changes.
7 changes: 5 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
include *.txt *.ini *.cfg *.rst
recursive-include osiris *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml
include *.rst *.ini

recursive-include osiris *

global-exclude *.pyc
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.rst')).read()
CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()

requires = ['pyramid',
'pyramid_debugtoolbar',
Expand Down

0 comments on commit cc629c3

Please sign in to comment.