Wizards Magic  3.2.20
MTG based computer game
 All Classes Namespaces Files Functions Variables Typedefs Macros
Variables
setup Namespace Reference

Variables

string __author__ = "chubakur"
 
string __date__ = "$08.04.2011 19:30:49$"
 
string name = 'WizardsMagic'
 
string version = '0.1'
 
tuple packages = find_packages()
 
list install_requires = ['foo>=3']
 
string author = 'chubakur'
 
string author_email = ''
 
string summary = 'Just another Python package for the cheese shop'
 
string url = ''
 
string license = ''
 
string long_description = 'Long description of the package'
 

Variable Documentation

string setup.__author__ = "chubakur"
string setup.__date__ = "$08.04.2011 19:30:49$"
string setup.author = 'chubakur'
string setup.author_email = ''
list setup.install_requires = ['foo>=3']
string setup.license = ''
string setup.long_description = 'Long description of the package'
string setup.name = 'WizardsMagic'
tuple setup.packages = find_packages()
string setup.summary = 'Just another Python package for the cheese shop'
string setup.url = ''
string setup.version = '0.1'