File: setup.py

package info (click to toggle)
whyteboard 0.41.1-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,724 kB
  • sloc: python: 14,483; makefile: 12
file content (7 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
from setuptools import setup, find_packages

setup(
	name = "whyteboard",
	packages = find_packages(),
	version = "0.41.1",
)