view babel/messages/tests/data/setup.py @ 361:1b78b747b386

Updated catalog test case for last commit, flags are now tested too in the clone test case.
author aronacher
date Tue, 17 Jun 2008 21:56:50 +0000
parents f7aa8105e5a8
children
line wrap: on
line source
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# vim: sw=4 ts=4 fenc=utf-8
# =============================================================================
# $Id$
# =============================================================================
# $URL$
# $LastChangedDate$
# $Rev$
# $LastChangedBy$
# =============================================================================
# Copyright (C) 2006 Ufsoft.org - Pedro Algarvio <ufs@ufsoft.org>
#
# Please view LICENSE for additional licensing information.
# =============================================================================

# THIS IS A BOGUS PROJECT

from setuptools import setup, find_packages

setup(
    name = 'TestProject',
    version = '0.1',
    license = 'BSD',
    author = 'Foo Bar',
    author_email = 'foo@bar.tld',
    packages = find_packages(),
)
Copyright (C) 2012-2017 Edgewall Software