Skip to content

Commit

Permalink
21.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenthompson committed Apr 1, 2021
1 parent c266cff commit 4af3e4a
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@

version = open("VERSION").read()

try:
import pypandoc

description = pypandoc.convert("README.md", "rst")
except (IOError, ImportError):
print("pypandoc failed")
description = open("README.md").read()
description = open("README.md").read()

setup(
packages=["cutde"],
Expand All @@ -17,8 +11,9 @@
include_package_data=True,
name="cutde",
version=version,
description="",
description="130 million TDEs per second, Python + CUDA TDEs from Nikkhoo and Walter 2015", # noqa:E501
long_description=description,
long_description_content_type="text/markdown",
url="https://github.com/tbenthompson/cutde",
author="T. Ben Thompson",
author_email="[email protected]",
Expand Down

0 comments on commit 4af3e4a

Please sign in to comment.