Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Emma Indal <emmai@spotify.com>
  • Loading branch information
emmaindal committed Apr 15, 2021
1 parent 2dd9911 commit c74fb32
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 @@ -20,11 +20,11 @@
this_dir = path.abspath(path.dirname(__file__))
with open(path.join(this_dir, "README.md"), encoding="utf-8") as file:
long_description = file.read()

# Read the contents of the requirements.txt file
with open("requirements.txt") as f:
required = f.read().splitlines()

setup(
name="mkdocs-techdocs-core",
version="0.0.16",
Expand Down

0 comments on commit c74fb32

Please sign in to comment.