Skip to content

Commit

Permalink
Try be consistent in package name with underscore
Browse files Browse the repository at this point in the history
Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
  • Loading branch information
Adam.Dybbroe committed Jul 18, 2023
1 parent 844cbbb commit 60084ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ setup_requires =
setuptools_scm_git_archive

[bdist_rpm]
provides=activefires-pp
provides=activefires_pp
requires=posttroll trollsift pandas geojson fona matplotlib pycrs netifaces cartopy shapely pint
release=1

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

# Copyright (c) 2021, 2022 Adam Dybbroe
# Copyright (c) 2021, 2022, 2023 Adam Dybbroe

# Author(s):

Expand Down Expand Up @@ -45,7 +45,7 @@
'shapely', 'cartopy', 'pandas', 'geojson', 'fiona',
'freezegun', 'responses']

setup(name="activefires-pp",
setup(name="activefires_pp",
description=description,
author='Adam Dybroe',
author_email='adam.dybroe@smhi.se',
Expand Down

0 comments on commit 60084ea

Please sign in to comment.