Skip to content

Commit

Permalink
use double quotes (pipenv-setup policy)
Browse files Browse the repository at this point in the history
  • Loading branch information
raymar9 committed Sep 9, 2021
1 parent a6c76fe commit aa440e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"paho-mqtt==1.5.1",
"pyserial==3.5",
],
scripts=['bin/smartmeter-datacollector'],
scripts=["bin/smartmeter-datacollector"],
zip_safe=True,
dependency_links=[],
)

0 comments on commit aa440e7

Please sign in to comment.