Skip to content

Commit

Permalink
fix: remove empty scripts kwarg in setup.py (#1014)
Browse files Browse the repository at this point in the history
The empty kwarg `scripts` was introduced in #96.

Towards #1003 🦕
  • Loading branch information
parthea authored Feb 16, 2022
1 parent 89078e0 commit ef3fcc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
"cloud_profiler": profiler_extra_require,
},
python_requires=">=3.6",
scripts=[],
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand Down

0 comments on commit ef3fcc8

Please sign in to comment.