File: setup.py

package info (click to toggle)
python-pgq 3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 320 kB
  • sloc: python: 2,822; makefile: 36; awk: 14
file content (7 lines) | stat: -rw-r--r-- 69 bytes parent folder | download
1
2
3
4
5
6
7
"""Setup for pgq module.
"""

from setuptools import setup

setup()