Skip to content

Commit

Permalink
fix bad setup.py again
Browse files Browse the repository at this point in the history
  • Loading branch information
gillespied committed Dec 2, 2024
1 parent 7895b45 commit b13c0b4
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 @@ -21,7 +21,7 @@
],
python_requires=">=3.8",
use_scm_version={
"write_to": "src/batch_please/_version.py",
"write_to": "src/batch_processors/_version.py",
},
setup_requires=["setuptools_scm"],
install_requires=[
Expand Down

0 comments on commit b13c0b4

Please sign in to comment.