File: setup.py

package info (click to toggle)
python-asgiref 3.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 428 kB
  • sloc: python: 2,635; makefile: 19
file content (3 lines) | stat: -rw-r--r-- 70 bytes parent folder | download | duplicates (2)
1
2
3
from setuptools import setup  # type: ignore[import-untyped]

setup()