Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(91)

Issue 5003046: Add setup.py to medical module for task #11355 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 6 months ago by ced
Modified:
12 years, 6 months ago
Reviewers:
ced, zodman
Visibility:
Public.

Patch Set 1 #

Patch Set 2 : More readable version number #

Total comments: 2

Patch Set 3 : Remove icons as module #

Patch Set 4 : package_data can use glob syntax #

Patch Set 5 : Update to tip #

Patch Set 6 : Add some more modules and fix dependencies between health modules #

Patch Set 7 : All modules #

Patch Set 8 : Add Makefile to update version #

Patch Set 9 : Add release facilities #

Patch Set 10 : Update to tip #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9154 lines, -14 lines) Patch
M tryton/Makefile.in View 1 2 3 4 5 6 7 8 1 chunk +9 lines, -0 lines 0 comments Download
A tryton/health/MANIFEST.in View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M tryton/health/__tryton__.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
A tryton/health/setup.py View 1 2 3 4 5 1 chunk +77 lines, -0 lines 0 comments Download
A tryton/health_genetics/COPYING View 1 2 3 4 5 1 chunk +674 lines, -0 lines 0 comments Download
A tryton/health_genetics/MANIFEST View 1 2 3 4 5 1 chunk +10 lines, -0 lines 0 comments Download
A tryton/health_genetics/MANIFEST.in View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M tryton/health_genetics/__tryton__.py View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A tryton/health_genetics/setup.py View 1 2 3 4 5 1 chunk +76 lines, -0 lines 0 comments Download
A tryton/health_gyneco/COPYING View 1 2 3 4 5 1 chunk +674 lines, -0 lines 0 comments Download
A tryton/health_gyneco/MANIFEST.in View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M tryton/health_gyneco/__tryton__.py View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A tryton/health_gyneco/setup.py View 1 2 3 4 5 1 chunk +77 lines, -0 lines 0 comments Download
A tryton/health_icd10/COPYING View 1 2 3 4 5 1 chunk +674 lines, -0 lines 0 comments Download
A tryton/health_icd10/MANIFEST.in View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M tryton/health_icd10/__tryton__.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
A tryton/health_icd10/setup.py View 1 2 3 4 5 1 chunk +73 lines, -0 lines 0 comments Download
A tryton/health_icd10pcs/COPYING View 1 2 3 4 5 1 chunk +674 lines, -0 lines 0 comments Download
A tryton/health_icd10pcs/MANIFEST.in View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M tryton/health_icd10pcs/__tryton__.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
A tryton/health_icd10pcs/setup.py View 1 2 3 4 5 1 chunk +73 lines, -0 lines 0 comments Download
A tryton/health_inpatient/COPYING View 1 2 3 4 5 6 1 chunk +674 lines, -0 lines 0 comments Download
A tryton/health_inpatient/MANIFEST.in View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M tryton/health_inpatient/__tryton__.py View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A tryton/health_inpatient/setup.py View 1 2 3 4 5 6 1 chunk +77 lines, -0 lines 0 comments Download
A tryton/health_invoice/COPYING View 1 2 3 4 5 6 1 chunk +674 lines, -0 lines 0 comments Download
A tryton/health_invoice/MANIFEST.in View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M tryton/health_invoice/__tryton__.py View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A tryton/health_invoice/setup.py View 1 2 3 4 5 6 1 chunk +77 lines, -0 lines 0 comments Download
A tryton/health_lab/COPYING View 1 2 3 4 5 6 1 chunk +674 lines, -0 lines 0 comments Download
A tryton/health_lab/MANIFEST.in View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M tryton/health_lab/__tryton__.py View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A tryton/health_lab/setup.py View 1 2 3 4 5 6 1 chunk +79 lines, -0 lines 0 comments Download
A tryton/health_lifestyle/COPYING View 1 2 3 4 5 6 1 chunk +674 lines, -0 lines 0 comments Download
A tryton/health_lifestyle/MANIFEST.in View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M tryton/health_lifestyle/__tryton__.py View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A tryton/health_lifestyle/setup.py View 1 2 3 4 5 6 1 chunk +76 lines, -0 lines 0 comments Download
A tryton/health_pediatrics/COPYING View 1 2 3 4 5 6 1 chunk +674 lines, -0 lines 0 comments Download
A tryton/health_pediatrics/MANIFEST.in View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M tryton/health_pediatrics/__tryton__.py View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A tryton/health_pediatrics/setup.py View 1 2 3 4 5 6 1 chunk +77 lines, -0 lines 0 comments Download
A tryton/health_profile/COPYING View 1 2 3 4 5 6 1 chunk +674 lines, -0 lines 0 comments Download
A tryton/health_profile/MANIFEST.in View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M tryton/health_profile/__tryton__.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
A tryton/health_profile/setup.py View 1 2 3 4 5 6 1 chunk +73 lines, -0 lines 0 comments Download
A tryton/health_socioeconomics/COPYING View 1 2 3 4 5 6 1 chunk +674 lines, -0 lines 0 comments Download
A tryton/health_socioeconomics/MANIFEST.in View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M tryton/health_socioeconomics/__tryton__.py View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A tryton/health_socioeconomics/setup.py View 1 2 3 4 5 6 1 chunk +76 lines, -0 lines 0 comments Download
A tryton/health_surgery/COPYING View 1 2 3 4 5 6 1 chunk +674 lines, -0 lines 0 comments Download
A tryton/health_surgery/MANIFEST.in View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M tryton/health_surgery/__tryton__.py View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A tryton/health_surgery/setup.py View 1 2 3 4 5 6 1 chunk +76 lines, -0 lines 0 comments Download
M tryton/version View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11
ced
12 years, 6 months ago (2011-09-13 22:10:39 UTC) #1
ced
12 years, 6 months ago (2011-09-13 22:19:34 UTC) #2
zodman
https://codereview.appspot.com/5003046/diff/7001/tryton/medical/setup.py File tryton/medical/setup.py (right): https://codereview.appspot.com/5003046/diff/7001/tryton/medical/setup.py#newcode23 tryton/medical/setup.py:23: major_version, minor_version = 2, 0 :O this fix the ...
12 years, 6 months ago (2011-09-13 22:36:33 UTC) #3
ced
12 years, 6 months ago (2011-09-13 22:47:35 UTC) #4
ced
12 years, 6 months ago (2011-09-14 11:05:31 UTC) #5
ced
12 years, 6 months ago (2011-09-15 07:55:30 UTC) #6
ced
12 years, 6 months ago (2011-09-15 19:13:12 UTC) #7
ced
12 years, 6 months ago (2011-09-15 23:02:01 UTC) #8
ced
12 years, 6 months ago (2011-09-16 09:47:04 UTC) #9
ced
12 years, 6 months ago (2011-09-17 08:28:27 UTC) #10
ced
12 years, 6 months ago (2011-09-17 08:29:56 UTC) #11

          
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b