update to README.md in the setup
This commit is contained in:
parent
b585a438d3
commit
bdfaca599e
2
setup.py
2
setup.py
|
|
@ -6,7 +6,7 @@ import pathlib
|
||||||
here = pathlib.Path(__file__).parent.resolve()
|
here = pathlib.Path(__file__).parent.resolve()
|
||||||
|
|
||||||
# Get the long description from the README file
|
# Get the long description from the README file
|
||||||
long_description = (here / 'README.txt').read_text(encoding='utf-8')
|
long_description = (here / 'README.md').read_text(encoding='utf-8')
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='metrosim',
|
name='metrosim',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue