From c484020a4741207c212ce22e879273edb8c4f68a Mon Sep 17 00:00:00 2001 From: frog Date: Thu, 16 Jan 2003 14:54:01 +0000 Subject: [PATCH] Added a MANIFEST. Frog --- .cvsignore | 2 ++ Dicts/README | 9 +++++++++ MANIFEST.in | 1 + 3 files changed, 12 insertions(+) create mode 100644 Dicts/README create mode 100644 MANIFEST.in diff --git a/.cvsignore b/.cvsignore index 27ffc2f1..b00a4fab 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,4 @@ *.pyc build +dist +MANIFEST diff --git a/Dicts/README b/Dicts/README new file mode 100644 index 00000000..23fdf288 --- /dev/null +++ b/Dicts/README @@ -0,0 +1,9 @@ +Sources for dicom public dictionaries: + * http://www.fpimage.com/Manuals/Imp/dicomdic.html + an html group based presentation. + * ftp://rsbweb.nih.gov/pub/nih-image/documents/dicom-dict.txt + a C syntax oriented version provided by NIH (Jim Nash) + * http://afni.nimh.nih.gov/afni/AFNI_Dist/afni_src.tgz + extract mri_dicom_hdr.c (tar zxvf afni_src.tgz afni_src/mri_dicom_hdr.c) + and look for the definitions of CMD_dictionary, META_dictionary, + ID_dictionary, PAT_dictionary... diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 00000000..fb9a8c14 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include distutilsSwigCPlusPlus.py -- 2.45.1