File: setup.py

package info (click to toggle)
python-click-repl 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 144 kB
  • sloc: python: 481; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 94 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/env python3

from setuptools import setup


if __name__ == '__main__':
    setup()