File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1- from distutils .core import setup
2-
3- setup (name = 'PureMVC Multicore Python' ,
4- version = '0.3 .0' ,
5- description = 'PureMVC Multicore Python Framework' ,
6- author = 'Toby de Havilland, Daniele Esposti' ,
7- author_email = 'toby.de.havilland@puremvc.org, expo@expobrain.net' ,
8- url = 'http://www.puremvc.org' ,
9- package_dir = {'' : 'src' },
10- packages = ['puremvc' , 'puremvc.patterns' ],
11- )
1+ from distutils .core import setup
2+
3+ setup (name = 'PureMVC Multicore Python' ,
4+ version = '1.0 .0' ,
5+ description = 'PureMVC Multicore Python Framework' ,
6+ author = 'Toby de Havilland, Daniele Esposti' ,
7+ author_email = 'toby.de.havilland@puremvc.org, expo@expobrain.net' ,
8+ url = 'http://www.puremvc.org' ,
9+ package_dir = {'' : 'src' },
10+ packages = ['puremvc' , 'puremvc.patterns' ],
11+ )
You can’t perform that action at this time.
0 commit comments