Skip to content

Commit ef3fcc8

Browse files
authored
fix: remove empty scripts kwarg in setup.py (#1014)
The empty kwarg `scripts` was introduced in #96. Towards #1003 🦕
1 parent 89078e0 commit ef3fcc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@
111111
"cloud_profiler": profiler_extra_require,
112112
},
113113
python_requires=">=3.6",
114-
scripts=[],
115114
classifiers=[
116115
"Development Status :: 5 - Production/Stable",
117116
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)