-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c3b9701
commit fc6d9a9
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
File renamed without changes.