forked from hadialqattan/pycln
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.py
20 lines (16 loc) · 1.13 KB
/
setup.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/env python
# flake8: noqa
#############################################################################################
# #
# This file has been copied from: #
# https://github.com/Textualize/rich/blob/672f794dd495aa99611c9cfb002bf4b8e440aa46/setup.py #
# #
# ----------------------------------------------------------------------------------------- #
# #
# 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="pycln")