Wizards Magic
3.2.20
MTG based computer game
|
Variables | |
string | __author__ = "chubakur" |
string | __date__ = "$20.02.2011 13:00:13$" |
string | name = 'Orions' |
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' |
string setup_1.__author__ = "chubakur" |
string setup_1.__date__ = "$20.02.2011 13:00:13$" |
string setup_1.author = 'chubakur' |
string setup_1.author_email = '' |
list setup_1.install_requires = ['foo>=3'] |
string setup_1.license = '' |
string setup_1.long_description = 'Long description of the package' |
string setup_1.name = 'Orions' |
tuple setup_1.packages = find_packages() |
string setup_1.summary = 'Just another Python package for the cheese shop' |
string setup_1.url = '' |
string setup_1.version = '0.1' |