File: setup.py

package info (click to toggle)
pdfrw 0%2Bsvn136-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 208 kB
  • sloc: python: 1,761; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 100 bytes parent folder | download
1
2
3
4
5
#!/usr/bin/env python

from setuptools import setup, find_packages

setup(packages=find_packages())