File: setup.py

package info (click to toggle)
python-bellows 0.40.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 992 kB
  • sloc: python: 13,630; sh: 7; makefile: 4
file content (4 lines) | stat: -rw-r--r-- 69 bytes parent folder | download | duplicates (17)
1
2
3
4
import setuptools

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