File: setup.py

package info (click to toggle)
lmfit-py 1.3.3-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,332 kB
  • sloc: python: 13,071; makefile: 130; sh: 30
file content (6 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
#!/usr/bin/env python

import setuptools

if __name__ == "__main__":
    setuptools.setup()