Spaces:
Runtime error
Runtime error
File size: 86 Bytes
4cc8576 |
1 2 3 4 5 |
from setuptools import setup
setup(name="sold2", version="0.0", packages=["sold2"])
|