Skip to content

Commit

Permalink
removed whitesace at end of line
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewTrotman committed Feb 22, 2022
1 parent 73c6a1a commit 5ba7f18
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 @@ -105,6 +105,6 @@ def build_cmake(self, ext):
],
python_requires='>=3.6',
install_requires= requirements,
long_description_content_type="text/markdown", #added the type markdown
long_description_content_type="text/markdown", #added the type markdown
ext_modules=[CMakeExtension("dummy")] # force python to generate a dummy.so/pyc bindings - cmake script takes care of that
)
)

0 comments on commit 5ba7f18

Please sign in to comment.