File size: 196 Bytes
065fee7
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
#!/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")