blob: 43a929cc7b202064ad312e88b9168f3e275deb38 (
plain)
1
2
3
4
5
6
7
8
|
#!/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")
|