~alexlauni/tictactoe/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Alex Launi
  • Date: 2009-08-27 00:43:41 UTC
  • Revision ID: alex.launi@gmail.com-20090827004341-rhcpe8iuokxfmtyp
Tags: 0.3.1-1
bump version

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
assert DistUtilsExtra.auto.__version__ >= 2.4, 'needs DistUtilsExtra.auto >= 2.4'
13
13
 
14
14
DistUtilsExtra.auto.setup(
15
 
    name="tictactoe",
16
 
    version="0.3",
17
 
    description="A simple, fun tic tac toe game using telepathy tubes for two player action",
18
 
    url="http://launchpad.net/tictactoe",
19
 
    license="GNU General Public License (GPL)",
20
 
    author="Alex Launi",
21
 
    author_email="alex.launi@gmail.com",
 
15
    name='tictactoe',
 
16
    version='0.3.1',
 
17
    description='A simple, fun tic tac toe game using telepathy tubes for two player action',
 
18
    url='http://launchpad.net/tictactoe',
 
19
    license='GNU General Public License (GPL)',
 
20
    author='Alex Launi',
 
21
    author_email='alex.launi@gmail.com'
22
22
 
23
23
)
24
24