1
0
forked from M-Labs/artiq

setup.py: fix README path

This commit is contained in:
2026-01-20 15:08:00 +08:00
parent 1bd2c8e3cd
commit 2685b8078d

View File

@@ -53,7 +53,7 @@ setup(
author_email="artiq@lists.m-labs.hk",
url="https://m-labs.hk/artiq",
description="Advanced Real-Time Infrastructure for Quantum physics",
long_description=open("README.rst", encoding="utf-8").read(),
long_description=open("README.md", encoding="utf-8").read(),
license="LGPLv3+",
classifiers="""\
Development Status :: 5 - Production/Stable