aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSaad Waheed <saad.waheed@10xengineers.ai>2022-07-29 12:09:03 +0500
committerDavid Gibson <github@gibson.dropbear.id.au>2022-07-30 13:42:39 +1000
commitf508c83fe6f0c58a59132bd3a0887aebfcd6b16f (patch)
tree87413209ec19167f6b9469c83570f2ac90a4488d /setup.py
parentc2ccf8a77dd296e3723e285a5b556da709f09020 (diff)
downloaddtc-f508c83fe6f0c58a59132bd3a0887aebfcd6b16f.zip
dtc-f508c83fe6f0c58a59132bd3a0887aebfcd6b16f.tar.gz
dtc-f508c83fe6f0c58a59132bd3a0887aebfcd6b16f.tar.bz2
Update README in MANIFEST.in and setup.py to README.md
Signed-off-by: Saad Waheed <saad.waheed@10xengineers.ai>
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a8e54a3..e82a832 100755
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ import sys
srcdir = os.path.dirname(__file__)
-with open(os.path.join(srcdir, "README"), "r") as fh:
+with open(os.path.join(srcdir, "README.md"), "r") as fh:
long_description = fh.read()
def get_top_builddir():