Skip to content

Commit

Permalink
Fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LancelotMarti committed Oct 1, 2024
1 parent 79fc596 commit 94e165f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
setup(
name="gramine-ratls",
packages=find_packages(),
package_dir={"gramine-ratls": "src/gramine-ratls"},
version="0.0.4",
package_dir={"gramine_ratls": "src/gramine_ratls"},
version="0.0.5",
description="Gramine RATLS Python wrapper.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 94e165f

Please sign in to comment.