Skip to content

Commit

Permalink
Update setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkGardnerUSyd committed Aug 18, 2024
1 parent 4a7e65a commit e24dc2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = CBCTCardiacSegmentation
version = attr: MyPackage.__version__
version = attr: CBCTCardiacSegmentation.__version__
author = Mark Gardner
author_email = [email protected]
description = Segment Cardiac structures in CBCT images
Expand All @@ -16,7 +16,7 @@ classifiers =
[options]
package_dir =
= .
packages = MyPackage
packages = CBCTCardiacSegmentation
python_requires = >=3.6
install_requires =
numpy == 1.22.4
Expand Down

0 comments on commit e24dc2b

Please sign in to comment.