Skip to content

Commit 057ae80

Browse files
committed
formatting
1 parent 4c69723 commit 057ae80

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

ibpc_py/setup.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@
88

99

1010
setuptools.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",
1717
author_email="[email protected]",
1818
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+
)

0 commit comments

Comments
 (0)