File: setup.py

package info (click to toggle)
mir-eval 0.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,784 kB
  • sloc: python: 8,364; javascript: 261; makefile: 154
file content (4 lines) | stat: -rw-r--r-- 69 bytes parent folder | download | duplicates (46)
1
2
3
4
from setuptools import setup

if __name__ == "__main__":
    setup()