File: setup.py

package info (click to toggle)
dfdatetime 20240504-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 884 kB
  • sloc: python: 7,898; sh: 22; makefile: 15
file content (8 lines) | stat: -rwxr-xr-x 128 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Installation and deployment script."""

from setuptools import setup


setup()