Skip to content

Commit

Permalink
black reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
FusRoman committed Aug 31, 2022
1 parent 9c09be5 commit 8f7b056
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
packages=find_packages(),
package_data={
"fink_grb" : ["conf/fink_grb.conf"]
},
package_data={"fink_grb": ["conf/fink_grb.conf"]},
install_requires=[
"docopt>=0.6.2",
"fink-science>=0.5.1",
Expand All @@ -30,7 +28,7 @@
"astropy>=4.2.1",
"healpy>=1.15.2",
"voevent-parse>=1.0.3",
"pyarrow>=8.0.0"
"pyarrow>=8.0.0",
],
entry_points={"console_scripts": ["fink_grb=fink_grb.fink_grb_cli:main"]},
license="Apache-2.0 License",
Expand All @@ -39,4 +37,4 @@
"Source": "https://github.com/FusRoman/Fink_GRB",
},
python_requires=">=3.7",
)
)

0 comments on commit 8f7b056

Please sign in to comment.