https://github.com/alecheckert/saspt
Raw File
Tip revision: 773292fc245c01ceb8e1f7a7e50b475aa003f00c authored by Alec Heckert on 09 January 2022, 01:02:27 UTC
fixed a bug saspt.plot
Tip revision: 773292f
setup.py
""" Everything is in setup.cfg.

If installing from local repo, use
    pip install .

from the top-level repo directory.

"""
from setuptools import setup
setup()
back to top