File: setup.py

package info (click to toggle)
python-qtpy 2.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 924 kB
  • sloc: python: 4,767; sh: 28; makefile: 19
file content (8 lines) | stat: -rw-r--r-- 149 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/env python3

"""Stub setup.py for use with legacy build tooling."""

import setuptools

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