Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Fix #15
Browse files Browse the repository at this point in the history
  • Loading branch information
pafonta committed Aug 21, 2018
1 parent edbb35b commit 3c30c85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
HERE = os.path.abspath(os.path.dirname(__file__))

# Get the long description from the README file.
# Convert to rst with: pandoc --from=markdown --to=rst README.md -o README.rst.
with open(os.path.join(HERE, "README.rst"), encoding="utf-8") as f:
with open(os.path.join(HERE, "README.md"), encoding="utf-8") as f:
long_description = f.read()

setup(
name="nat",
version=VERSION,
description="Module to use the annotations created with NeuroCurator.",
long_description=long_description,
long_description_content_type="text/markdown",
keywords="neuroscience annotation curation literature modeling parameters",
url="https://github.com/BlueBrain/nat",
author="Christian O'Reilly, Pierre-Alexandre Fonta",
Expand Down

0 comments on commit 3c30c85

Please sign in to comment.