File: setup.py

package info (click to toggle)
python-cffi 0.8.6-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 1,444 kB
  • sloc: python: 12,599; ansic: 6,343; asm: 116; makefile: 84; sh: 24
file content (5 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (9)
1
2
3
4
5

from distutils.core import setup

setup(packages=['snip_infrastructure'],
      requires=['cffi'])