File: setup.py

package info (click to toggle)
wchartype 0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 56 kB
  • sloc: python: 56; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
from distutils.core import setup
import wchartype

setup (name='wchartype',
       version=wchartype.__version__,
       description=wchartype.__description__,
       author=wchartype.__author__,
       py_modules=["wchartype"])