File: setup.py

package info (click to toggle)
python-license-expression 30.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 1,588 kB
  • sloc: python: 6,130; sh: 315; makefile: 51
file content (6 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
#!/usr/bin/env python

import setuptools

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