~evigo-deactivatedaccount/pyctactoe/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Eugenio M. Vigo
  • Date: 2011-11-10 14:10:05 UTC
  • Revision ID: emvigo@gmail.com-20111110141005-bc34bo0i8n061pk0
ModularizedĀ pttengine

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
      # The really important settings follow:
37
37
      scripts = ["pyctactoe"],
38
 
      py_modules = ["pttengine"],
39
 
      packages = ["pttgames"],
 
38
      packages = ["pttgames", "pttengine"],
40
39
      data_files = [("/usr/share/doc/pyctactoe/", ["AUTHORS", "ChangeLog",
41
40
                                                   "COPYRIGHT", "COPYING",
42
41
                                                   "README"])])