File: setup.py

package info (click to toggle)
apt-mirror2 16-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,412 kB
  • sloc: python: 5,674; sh: 23; makefile: 14
file content (6 lines) | stat: -rwxr-xr-x 105 bytes parent folder | download
1
2
3
4
5
6
#!/usr/bin/env python
# SPDX-License-Identifier: GPL-3.0-or-later

from setuptools import setup

setup()