forked from tinygrad/tinygrad
5 lines
96 B
Python
5 lines
96 B
Python
#!/usr/bin/env python3
|
|
from setuptools import setup
|
|
|
|
setup() # Keep for backwards compatibility
|