Some checks failed
continuous-integration/drone/push Build is failing
- Changed to setup.cfg - Changed to tox - Moved module dir to src - Moved tests dir from module to tests dir - Corrected .drone for changes - Update to 0.9.0
5 lines
69 B
Python
5 lines
69 B
Python
from setuptools import setup
|
|
|
|
if __name__ == "__main__":
|
|
setup()
|