File: setup.py

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

from setuptools import setup

setup()