File: setup.py

package info (click to toggle)
dtfabric 20251118-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 868 kB
  • sloc: python: 5,787; sh: 25; makefile: 19
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()