Skip to content

Commit

Permalink
ci: Fix project metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanelli committed Jul 6, 2024
1 parent 97d9751 commit 3e7b2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__version__ = "" # avoid linting issues on the file, but the line below will fill in the version
exec(open("actual/version.py").read())
setup(
name="actual",
name="actualpy",
version=__version__,
packages=find_packages(),
description="Implementation of the Actual API to interact with Actual over Python.",
Expand Down

0 comments on commit 3e7b2e0

Please sign in to comment.