mirror of
https://github.com/Textualize/rich.git
synced 2025-07-07 21:04:58 +00:00
8 lines
196 B
Python
8 lines
196 B
Python
#!/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")
|