Skip to content

Commit

Permalink
updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vladcalin committed Mar 5, 2017
1 parent 9e5d862 commit 1eec137
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def get_meta_attr_from_string(meta_attr, content):
module_content = get_file_content(os.path.join("gemstone", "__init__.py"))

readme = get_file_content("README.rst")
history = get_file_content("CHANGES.rst")

setup(
# project metadata
Expand All @@ -61,7 +60,7 @@ def get_meta_attr_from_string(meta_attr, content):
maintainer=get_meta_attr_from_string("__author__", module_content),
maintainer_email=get_meta_attr_from_string("__email__", module_content),

long_description=readme + "\n\n" + history,
long_description=readme,
description=DESCRIPTION,
keywords=KEYWORDS.split(),
classifiers=[x.strip() for x in CLASSIFIERS.split("\n") if x != ""],
Expand Down

0 comments on commit 1eec137

Please sign in to comment.