Spaces:
Runtime error
Runtime error
| from setuptools import setup, find_packages | |
| setup( | |
| name="secsplorer", | |
| version="0.1", | |
| packages=find_packages(), | |
| author="Clemens Adolphs", | |
| author_email="clemens.adolphs@gmail.com", | |
| description="The private python package for the secsplorer", | |
| ) | |