Skip to content

Commit

Permalink
STY: blacken setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed Jul 26, 2023
1 parent 2526182 commit 8f6010f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

# read the contents of your README file
from pathlib import Path

this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()

Expand Down Expand Up @@ -54,7 +55,7 @@ def cython_ext():
author="Brookhaven National Lab",
description="Data analysis tools for X-ray science",
long_description=long_description,
long_description_content_type='text/markdown',
long_description_content_type="text/markdown",
packages=find_packages(exclude=["doc"]),
include_dirs=[np.get_include()],
package_data={"skbeam.core.constants": ["data/*.dat"]},
Expand Down

0 comments on commit 8f6010f

Please sign in to comment.