Changeset 34

Show
Ignore:
Timestamp:
06/01/06 09:52:00 (7 years ago)
Author:
mk
Message:

Added mk name to the authors list.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/mk/README

    r19 r34  
    125125Grig Gheorghiu 
    126126 
    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 
     130Michal Kwiatkowski 
     131 
     132:Email: <ruby at joker.linuxstuff.pl> 
     133:Web site: http://joker.linuxstuff.pl 
    130134 
    131135Algorithm for computing the Cheesecake index 
  • branches/mk/README.html

    r19 r34  
    429429<h1><a class="toc-backref" href="#id7" id="author-contact-info" name="author-contact-info">Author contact info</a></h1> 
    430430<p>Grig Gheorghiu</p> 
    431 <p>Email: &lt;grig at gheorghiu dot net&gt;</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">&lt;grig at gheorghiu dot net&gt;</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">&lt;ruby at joker.linuxstuff.pl&gt;</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> 
    433452</div> 
    434453<div class="section"> 
  • branches/mk/setup.py

    r30 r34  
    1515 
    1616        # 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", 
    1919        description = 'Computes "goodness" index for Python packages based on various empirical "kwalitee" factors', 
    2020        license = "PSF",