Skip to content

Commit

Permalink
fix setup.py formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jandom committed Jul 27, 2024
1 parent b88cb48 commit 04f956d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
setup(
name="qreader",
version="3.14",
packages=find_packages(where='src'),
package_dir={'': 'src'},
packages=find_packages(where="src"),
package_dir={"": "src"},
# expose qreader.py as the unique module
py_modules=["qreader"],
url="https://github.com/Eric-Canas/qreader",
Expand Down

0 comments on commit 04f956d

Please sign in to comment.