File: setup.py

package info (click to toggle)
utidylib 0.10-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 216 kB
  • sloc: python: 428; makefile: 148; sh: 41
file content (6 lines) | stat: -rwxr-xr-x 102 bytes parent folder | download
1
2
3
4
5
6
#! /usr/bin/env python
"""Setup file for easy installation."""

from setuptools import setup

setup()