Skip to content

Commit

Permalink
rename package to dcmfile_parser
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitYadav-codes committed Oct 29, 2023
1 parent c3b9701 commit fc6d9a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dcmfile_parser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from dcm_parser.parse_dcm import DCMParser
from dcm_parser.dcm_object import DCMObject
from dcm_parser.attribute_classes import *
from dcmfile_parser.parse_dcm import DCMParser
from dcmfile_parser.dcm_object import DCMObject
from dcmfile_parser.attribute_classes import *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
packages=find_packages(where="app"),
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/y-menace/dcm-parser",
url="https://github.com/y-menace/dcmfile-parser",
author="MohitYadav",
author_email="[email protected]",
license="MIT",
Expand Down
File renamed without changes.

0 comments on commit fc6d9a9

Please sign in to comment.