File: setup.py

package info (click to toggle)
python-nest-asyncio 1.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: python: 255; sh: 7; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 70 bytes parent folder | download | duplicates (2)
1
2
3
4
5
from setuptools import setup


if __name__ == "__main__":
    setup()