File: setup.py

package info (click to toggle)
pyfritzhome 0.6.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 656 kB
  • sloc: python: 2,854; xml: 1,499; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 96 bytes parent folder | download
1
2
3
4
5
6
7
"""The setup of the project."""

# -*- coding: utf-8 -*-

from setuptools import setup

setup()