/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Jelmer Vernooij
  • Date: 2018-04-01 17:37:15 UTC
  • mto: This revision was merged to the branch mainline in revision 6931.
  • Revision ID: jelmer@jelmer.uk-20180401173715-rh4obuk6uj2bjyb3
README -> README.rst in more places.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
def get_long_description():
25
25
    dirname = os.path.dirname(__file__)
26
 
    readme = os.path.join(dirname, 'README')
 
26
    readme = os.path.join(dirname, 'README.rst')
27
27
    with open(readme, 'rb') as f:
28
28
        return f.read()
29
29