mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-21 21:20:17 +00:00
Cleanup
This commit is contained in:
parent
538e7320fd
commit
52a5156304
1
setup.py
1
setup.py
@ -10,7 +10,6 @@ if '--pure' in sys.argv:
|
|||||||
print("Building pure-python wheel")
|
print("Building pure-python wheel")
|
||||||
|
|
||||||
exec(open("RNS/_version.py", "r").read())
|
exec(open("RNS/_version.py", "r").read())
|
||||||
|
|
||||||
with open("README.md", "r") as fh:
|
with open("README.md", "r") as fh:
|
||||||
long_description = fh.read()
|
long_description = fh.read()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user