rich/setup.py

9 lines
196 B
Python
Raw Normal View History

2020-05-12 10:15:59 +00:00
#!/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__":
2020-05-12 20:25:39 +00:00
setuptools.setup(name="rich")