This commit is contained in:
Mark Qvist 2024-09-25 13:20:41 +02:00
parent 538e7320fd
commit 52a5156304

View File

@ -10,7 +10,6 @@ if '--pure' in sys.argv:
print("Building pure-python wheel")
exec(open("RNS/_version.py", "r").read())
with open("README.md", "r") as fh:
long_description = fh.read()