https://github.com/OHBA-analysis/osl-dynamics
Raw File
Tip revision: 77b7aeec346bcbaf45b019f0cefae53b1325f7c7 authored by Chetan Gohil on 06 December 2023, 16:44:56 UTC
Release: v1.2.11.
Tip revision: 77b7aee
setup.py
# This is the build script for setuptools.
# See: https://packaging.python.org/en/latest/tutorials/packaging-projects/

from setuptools import setup

if __name__ == "__main__":
    setup()
back to top