We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6794d5c commit a34ca4eCopy full SHA for a34ca4e
MANIFEST.in
@@ -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
@@ -3,4 +3,4 @@
__author__ = "Sihong Chen"
__author_email__ = "TBD"
__homepage__ = "https://github.com/Tencent/MedicalNet"
-__license__ = "TBD"
+__license__ = "MIT"
0 commit comments