File: setup.py

package info (click to toggle)
pyduotecno 2024.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: python: 1,067; makefile: 8
file content (4 lines) | stat: -rw-r--r-- 72 bytes parent folder | download
1
2
3
4
"""Setuptools voor pyDuotecno."""
from setuptools import setup

setup()