Update README in MANIFEST.in and setup.py to README.md
Signed-off-by: Saad Waheed <saad.waheed@10xengineers.ai>
This commit is contained in:
parent
c2ccf8a77d
commit
f508c83fe6
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
|
# SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
|
||||||
|
|
||||||
global-exclude *
|
global-exclude *
|
||||||
include README
|
include README.md
|
||||||
include GPL
|
include GPL
|
||||||
include BSD-2-Clause
|
include BSD-2-Clause
|
||||||
include setup.py
|
include setup.py
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -19,7 +19,7 @@ import sys
|
||||||
|
|
||||||
srcdir = os.path.dirname(__file__)
|
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()
|
long_description = fh.read()
|
||||||
|
|
||||||
def get_top_builddir():
|
def get_top_builddir():
|
||||||
|
|
Loading…
Reference in a new issue