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 88
99
1010setuptools .setup (
11- name = ' ibpc' ,
11+ name = " ibpc" ,
1212 version = "0.0.1" ,
13- packages = [' ibpc' ],
14- package_dir = {'' : ' src' },
13+ packages = [" ibpc" ],
14+ package_dir = {"" : " src" },
1515 # package_data={'ibpc': ['templates/*.em']},
1616 author = "Tully Foote" ,
17171818 description = "An entrypoint for the Industrial Bin Picking Challenge" ,
1919 long_description = long_description ,
2020 long_description_content_type = "text/markdown" ,
2121 url = "https://bpc.opencv.org/" ,
22- license = ' Apache 2.0' ,
22+ license = " Apache 2.0" ,
2323 install_requires = [
24- ' empy' ,
25- ' rocker>=0.2.13' ,
24+ " empy" ,
25+ " rocker>=0.2.13" ,
2626 ],
2727 install_package_data = True ,
2828 zip_safe = False ,
2929 entry_points = {
30- ' console_scripts' : [
31- ' ibpc = ibpc.ibpc:main' ,
32- ],
33- }
34- )
30+ " console_scripts" : [
31+ " ibpc = ibpc.ibpc:main" ,
32+ ],
33+ },
34+ )
You can’t perform that action at this time.
0 commit comments