File: setup.py

package info (click to toggle)
python-screed 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 820 kB
  • sloc: python: 3,356; makefile: 169; sh: 32; javascript: 16
file content (5 lines) | stat: -rwxr-xr-x 91 bytes parent folder | download | duplicates (4)
1
2
3
4
5
#!/usr/bin/env python
import setuptools

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