Skip to content

Commit

Permalink
change package name in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitYadav-codes committed Oct 29, 2023
1 parent 98e3c10 commit 4ccc306
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 @@ -4,7 +4,7 @@
long_description = f.read()

setup(
name="dcm-files-parser",
name="dcmfile-parser",
version="0.0.1",
description="parser for dcm files",
packages=find_packages(where="app"),
Expand Down

0 comments on commit 4ccc306

Please sign in to comment.