Skip to content

Commit a34ca4e

Browse files
committed
add manifest
1 parent 6794d5c commit a34ca4e

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

MANIFEST.in

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Manifest syntax https://docs.python.org/2/distutils/sourcedist.html
2+
graft wheelhouse
3+
4+
recursive-exclude __pycache__ *.py[cod] *.orig
5+
6+
# Include the README and CHANGELOG
7+
include *.md
8+
9+
# Include the license file
10+
include LICENSE
11+
12+
# Include the Requirements
13+
include requirements.txt
14+
15+
prune .git
16+
prune .github
17+
prune notebook*
18+
prune temp*
19+
prune test*
20+
prune docs*

med3d/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
__author__ = "Sihong Chen"
44
__author_email__ = "TBD"
55
__homepage__ = "https://github.com/Tencent/MedicalNet"
6-
__license__ = "TBD"
6+
__license__ = "MIT"

0 commit comments

Comments
 (0)