File: setup.py

package info (click to toggle)
python-pathspec 0.12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 368 kB
  • sloc: python: 2,907; makefile: 14
file content (8 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
"""
This setup script only exists to support legacy installations where pip
is cumbersome be used such as for system packages.
"""

from setuptools import setup

setup()