Skip to content

Commit

Permalink
Make source distribution filenames compliant with PEP 625
Browse files Browse the repository at this point in the history
  • Loading branch information
acopar committed Dec 18, 2024
1 parent 461c166 commit d741539
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Changed

Fixed
-----
- Normalize project name from `resolwe-bio` to `resolwe_bio` in about file
to ensure setup.py is compliant with PEP 625 standard


===================
Expand Down
2 changes: 1 addition & 1 deletion resolwe_bio/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# NOTE: We use __title__ instead of simply __name__ since the latter would
# interfere with a global variable __name__ denoting object's name.
__title__ = "resolwe-bio"
__title__ = "resolwe_bio"
__summary__ = "Bioinformatics pipelines for the Resolwe platform"
__url__ = "https://github.com/genialis/resolwe-bio"

Expand Down

0 comments on commit d741539

Please sign in to comment.