https://github.com/lmfit/lmfit-py
Raw File
Tip revision: 555c29e63c18262a0b3ab9648c9d2e0d56f7a023 authored by Matthew Newville on 08 July 2023, 15:51:20 UTC
spellchecked whatsnew
Tip revision: 555c29e
setup.py
#!/usr/bin/env python

import setuptools

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