Skip to content

Commit

Permalink
Update to add to PyPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmw committed Apr 28, 2023
1 parent a3a122a commit 77c93ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include pykonal/*.pyx
include pykonal/*.pxd
include pykonal/*.cpp
include pykonal/data
include README.md
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
# Import the README and use it as the long-description.
# Note: this will only work if "README.md" is present in your MANIFEST.in file!
try:
raise FileNotFoundError
with io.open(os.path.join(here, "README.md"), encoding="utf-8") as f:
long_description = "\n" + f.read()
except FileNotFoundError:
Expand All @@ -62,7 +63,7 @@
version=about["__version__"],
description=description,
long_description=long_description,
long_description_content_type="text/markdown",
#long_description_content_type="text/markdown",
author=author,
author_email=email,
python_requires=requires_python,
Expand Down

0 comments on commit 77c93ac

Please sign in to comment.