[Subversion] / Contextual / setup.py  

View of /Contextual/setup.py

Parent Directory | Revision Log
Revision: 2216 - (download) (as text)
Wed Jul 19 00:43:47 2006 UTC (17 years, 9 months ago) by pje
File size: 263 byte(s)
Use SymbolType instead of creating a custom Symbol type.
from setuptools import setup, find_packages

setup(
    name="Contextual",
    install_requires = ['SymbolType'],
    version="0.5",
    packages = find_packages(),
    namespace_packages=['peak', 'peak.util'],
    test_suite="peak.util.context.doctest_suite",
)

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help