File: setup.py

package info (click to toggle)
trydiffoscope 67.0.8
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 80 kB
  • sloc: python: 101; makefile: 14; sh: 2
file content (11 lines) | stat: -rwxr-xr-x 205 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env python3

from setuptools import setup

setup(
    name='trydiffoscope',
    version='67.0.8',
    author="Chris Lamb",
    author_email="lamby@debian.org",
    scripts=('trydiffoscope',),
)