File: setup.py

package info (click to toggle)
python-qrcode 6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 304 kB
  • sloc: python: 1,671; makefile: 17; sh: 11
file content (7 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/usr/bin/env python
from setuptools import setup

# See setup.cfg for configuration.
setup(
    data_files=[('share/man/man1', ['doc/qr.1'])],
)