Changeset 34
- Timestamp:
- 06/01/06 09:52:00 (7 years ago)
- Files:
-
- branches/mk/README (modified) (1 diff)
- branches/mk/README.html (modified) (1 diff)
- branches/mk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/mk/README
r19 r34 125 125 Grig Gheorghiu 126 126 127 Email: <grig at gheorghiu dot net> 128 129 Web site: http://agiletesting.blogspot.com 127 :Email: <grig at gheorghiu dot net> 128 :Web site: http://agiletesting.blogspot.com 129 130 Michal Kwiatkowski 131 132 :Email: <ruby at joker.linuxstuff.pl> 133 :Web site: http://joker.linuxstuff.pl 130 134 131 135 Algorithm for computing the Cheesecake index branches/mk/README.html
r19 r34 429 429 <h1><a class="toc-backref" href="#id7" id="author-contact-info" name="author-contact-info">Author contact info</a></h1> 430 430 <p>Grig Gheorghiu</p> 431 <p>Email: <grig at gheorghiu dot net></p> 432 <p>Web site: <a class="reference" href="http://agiletesting.blogspot.com">http://agiletesting.blogspot.com</a></p> 431 <table class="docutils field-list" frame="void" rules="none"> 432 <col class="field-name" /> 433 <col class="field-body" /> 434 <tbody valign="top"> 435 <tr class="field"><th class="field-name">Email:</th><td class="field-body"><grig at gheorghiu dot net></td> 436 </tr> 437 <tr class="field"><th class="field-name">Web site:</th><td class="field-body"><a class="reference" href="http://agiletesting.blogspot.com">http://agiletesting.blogspot.com</a></td> 438 </tr> 439 </tbody> 440 </table> 441 <p>Michal Kwiatkowski</p> 442 <table class="docutils field-list" frame="void" rules="none"> 443 <col class="field-name" /> 444 <col class="field-body" /> 445 <tbody valign="top"> 446 <tr class="field"><th class="field-name">Email:</th><td class="field-body"><ruby at joker.linuxstuff.pl></td> 447 </tr> 448 <tr class="field"><th class="field-name">Web site:</th><td class="field-body"><a class="reference" href="http://joker.linuxstuff.pl">http://joker.linuxstuff.pl</a></td> 449 </tr> 450 </tbody> 451 </table> 433 452 </div> 434 453 <div class="section"> branches/mk/setup.py
r30 r34 15 15 16 16 # metadata for upload to PyPI 17 author = "Grig Gheorghiu ",18 author_email = "grig@gheorghiu.net ",17 author = "Grig Gheorghiu and Michal Kwiatkowski", 18 author_email = "grig@gheorghiu.net and ruby@joker.linuxstuff.pl", 19 19 description = 'Computes "goodness" index for Python packages based on various empirical "kwalitee" factors', 20 20 license = "PSF",
