Skip to content

Commit

Permalink
Merge pull request #85 from jacquelinegarrahan/correct-build
Browse files Browse the repository at this point in the history
Check in corrected build
  • Loading branch information
jacquelinegarrahan committed Jan 31, 2022
2 parents 3c13621 + 50f3e0d commit c195e6f
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 @@ -26,7 +26,7 @@
extras_require={"dev": dev_requirements},
url="https://github.com/slaclab/lume-epics",
include_package_data=True,
python_requires=">=3.7,<3.9",
python_requires=">=3.7",
entry_points={
"console_scripts": [
"render-from-template=lume_epics.commands.render_from_template:render_from_template",
Expand Down

0 comments on commit c195e6f

Please sign in to comment.