File: setup.py

package info (click to toggle)
installation-birthday 20
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 112 kB
  • sloc: python: 168; makefile: 13; sh: 6
file content (11 lines) | stat: -rwxr-xr-x 200 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="installation-birthday",
    author="Chris Lamb",
    author_email="lamby@debian.org",
    scripts=("installation-birthday",),
)