File: setup.py

package info (click to toggle)
python-phx-class-registry 4.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 260 kB
  • sloc: python: 886; makefile: 19
file content (5 lines) | stat: -rw-r--r-- 118 bytes parent folder | download
1
2
3
4
5
from setuptools import setup

if __name__ == '__main__':
    # :see: https://stackoverflow.com/a/62983901
    setup()