Skip to content

Commit 77c93ac

Browse files
committed
Update to add to PyPI.
1 parent a3a122a commit 77c93ac

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
include pykonal/*.pyx
22
include pykonal/*.pxd
33
include pykonal/*.cpp
4+
include pykonal/data
5+
include README.md

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
# Import the README and use it as the long-description.
4646
# Note: this will only work if "README.md" is present in your MANIFEST.in file!
4747
try:
48+
raise FileNotFoundError
4849
with io.open(os.path.join(here, "README.md"), encoding="utf-8") as f:
4950
long_description = "\n" + f.read()
5051
except FileNotFoundError:
@@ -62,7 +63,7 @@
6263
version=about["__version__"],
6364
description=description,
6465
long_description=long_description,
65-
long_description_content_type="text/markdown",
66+
#long_description_content_type="text/markdown",
6667
author=author,
6768
author_email=email,
6869
python_requires=requires_python,

0 commit comments

Comments
 (0)