Asib27's picture
try 1
065fee7 verified
raw
history blame
196 Bytes
#!/usr/bin/env python
# This is a shim to hopefully allow Github to detect the package, build is done with poetry
import setuptools
if __name__ == "__main__":
setuptools.setup(name="rich")