Skip to content

Commit

Permalink
Refine the package configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
zniper committed Apr 15, 2015
1 parent ae233c0 commit be8f7ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 41 deletions.
38 changes: 0 additions & 38 deletions DESCRIPTION.rst

This file was deleted.

4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include LICENSE
include README.md
include README.rst
include DESCRIPTION.rst
include CHANGES.txt
recursive-include quickadmin *py
include *.py
recursive-include quickadmin *.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

here = path.abspath(path.dirname(__file__))

with open(path.join(here, 'DESCRIPTION.rst'), encoding='utf-8') as f:
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()

setup(
Expand Down

0 comments on commit be8f7ae

Please sign in to comment.