Skip to content

Commit

Permalink
build: split docs requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Damego committed Feb 4, 2023
1 parent 03c285e commit deaab3e
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 @@ -14,7 +14,7 @@
requirements = f.read()

with open("requirements-docs.txt", "r", encoding="utf-8") as f:
requirements_docs = f.read()
requirements_docs = f.read().strip().splitlines()


setup(
Expand Down

0 comments on commit deaab3e

Please sign in to comment.