File tree Expand file tree Collapse file tree
stage5.1_fuller_application
stage5.2_fuller_application
stage5.3_fuller_application
stage6_branded_application Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1-
2- __version__ = "0.0.1"
Original file line number Diff line number Diff line change 1- from os .path import abspath , dirname , join
21from setuptools import setup , find_packages
32
4- HERE = dirname (abspath (__file__ ))
5-
6- PKG_NAME = "pycasa"
7-
8- info = {}
9- init_file = join (HERE , PKG_NAME , "__init__.py" )
10- exec (open (init_file ).read (), globals (), info )
11-
123
134setup (
14- name = PKG_NAME ,
15- version = info ["__version__" ],
16- description = 'Hello world in pyface task' ,
5+ name = "pycasa" ,
6+ version = "0.0.1" ,
7+ description = 'ETS based GUI application for image exploration and face '
8+ 'detection' ,
179 ext_modules = [],
1810 packages = find_packages (),
1911 data_files = [
2012 ("." , ["README.md" ]),
2113 ],
22- entry_points = {
23- 'console_scripts' : [
24- 'pycasa = {}.app.main:main' .format (PKG_NAME ),
25- ],
26- },
2714)
Original file line number Diff line number Diff line change 1-
2- __version__ = "0.0.1"
Original file line number Diff line number Diff line change 1- from os .path import abspath , dirname , join
21from setuptools import setup , find_packages
32
4- HERE = dirname (abspath (__file__ ))
5-
6- PKG_NAME = "pycasa"
7-
8- info = {}
9- init_file = join (HERE , PKG_NAME , "__init__.py" )
10- exec (open (init_file ).read (), globals (), info )
11-
123
134setup (
14- name = PKG_NAME ,
15- version = info ["__version__" ],
16- description = 'Hello world in pyface task' ,
5+ name = "pycasa" ,
6+ version = "0.0.1" ,
7+ description = 'ETS based GUI application for image exploration and face '
8+ 'detection' ,
179 ext_modules = [],
1810 packages = find_packages (),
1911 data_files = [
2012 ("." , ["README.md" ]),
2113 ],
22- entry_points = {
23- 'console_scripts' : [
24- 'pycasa = {}.app.main:main' .format (PKG_NAME ),
25- ],
26- },
2714)
Original file line number Diff line number Diff line change 1-
2- __version__ = "0.0.1"
Original file line number Diff line number Diff line change 1- from os .path import abspath , dirname , join
21from setuptools import setup , find_packages
32
4- HERE = dirname (abspath (__file__ ))
5-
6- PKG_NAME = "pycasa"
7-
8- info = {}
9- init_file = join (HERE , PKG_NAME , "__init__.py" )
10- exec (open (init_file ).read (), globals (), info )
11-
123
134setup (
14- name = PKG_NAME ,
15- version = info ["__version__" ],
16- description = 'Hello world in pyface task' ,
5+ name = "pycasa" ,
6+ version = "0.0.1" ,
7+ description = 'ETS based GUI application for image exploration and face '
8+ 'detection' ,
179 ext_modules = [],
1810 packages = find_packages (),
1911 data_files = [
2012 ("." , ["README.md" ]),
2113 ],
22- entry_points = {
23- 'console_scripts' : [
24- 'pycasa = {}.app.main:main' .format (PKG_NAME ),
25- ],
26- },
2714)
Original file line number Diff line number Diff line change 1-
2- __version__ = "0.0.1"
Original file line number Diff line number Diff line change 1- from os .path import abspath , dirname , join
21from setuptools import setup , find_packages
32
4- HERE = dirname (abspath (__file__ ))
5-
6- PKG_NAME = "pycasa"
7-
8- info = {}
9- init_file = join (HERE , PKG_NAME , "__init__.py" )
10- exec (open (init_file ).read (), globals (), info )
11-
123
134setup (
14- name = PKG_NAME ,
15- version = info ["__version__" ],
16- description = 'Hello world in pyface task' ,
5+ name = "pycasa" ,
6+ version = "0.0.1" ,
7+ description = 'ETS based GUI application for image exploration and face '
8+ 'detection' ,
179 ext_modules = [],
1810 packages = find_packages (),
1911 data_files = [
2012 ("." , ["README.md" ]),
2113 ],
22- entry_points = {
23- 'console_scripts' : [
24- 'pycasa = {}.app.main:main' .format (PKG_NAME ),
25- ],
26- },
2714)
You can’t perform that action at this time.
0 commit comments