File: setup.py

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

from setuptools import setup


setup()