mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
setup.py: update long_description
This commit is contained in:
parent
c9665aed38
commit
d702c0fe35
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -13,7 +13,7 @@ setup(
|
|||
name="litex",
|
||||
version="0.2.dev",
|
||||
description="Python tools to design FPGA cores and SoCs",
|
||||
long_description=open("README").read(),
|
||||
long_description=open("README.md").read(),
|
||||
author="Florent Kermarrec",
|
||||
author_email="florent@enjoy-digital.fr",
|
||||
url="http://enjoy-digital.fr",
|
||||
|
|
Loading…
Reference in a new issue