Skip to content

Commit

Permalink
fix nicolaiarocci/eve#540
Browse files Browse the repository at this point in the history
Additionally, README.rst has been added to MANIFEST.in
  • Loading branch information
ndonegan committed Jan 8, 2015
1 parent d11357a commit 9e42aca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1,4 +1,4 @@
include CHANGES LICENSE AUTHORS
include CHANGES LICENSE AUTHORS README.rst
recursive-include tests *
recursive-include docs *
recursive-include examples *
Expand Down
5 changes: 1 addition & 4 deletions setup.py
Expand Up @@ -6,9 +6,6 @@
with open('README.rst') as f:
LONG_DESCRIPTION = f.read()

with open('LICENSE') as f:
LICENSE = f.read()

install_requires = [
'cerberus>=0.7,<0.8',
'events>=0.2.1,<0.3',
Expand Down Expand Up @@ -37,7 +34,7 @@
author='Nicola Iarocci',
author_email='eve@nicolaiarocci.com',
url='http://python-eve.org',
license=LICENSE,
license='BSD',
platforms=["any"],
packages=find_packages(),
test_suite="eve.tests",
Expand Down

0 comments on commit 9e42aca

Please sign in to comment.