File: setup.py

package info (click to toggle)
python-wikkid 0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 728 kB
  • sloc: python: 3,051; makefile: 12
file content (3 lines) | stat: -rwxr-xr-x 107 bytes parent folder | download | duplicates (2)
1
2
3
#!/usr/bin/python3
from setuptools import setup
setup(data_files=[('share/man/man1', ['wikkid-serve.1'])])