Changeset 4d22068 in OpenWorkouts-current


Ignore:
Timestamp:
Feb 17, 2019, 10:30:23 PM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current, feature/docs, master
Children:
79f154d
Parents:
bfbf428
Message:

Fixed names of README and CHANGES files in setup.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    rbfbf428 r4d22068  
    44
    55here = os.path.abspath(os.path.dirname(__file__))
    6 with open(os.path.join(here, 'README.txt')) as f:
     6with open(os.path.join(here, 'README.rst')) as f:
    77    README = f.read()
    8 with open(os.path.join(here, 'CHANGES.txt')) as f:
     8with open(os.path.join(here, 'CHANGES.rst')) as f:
    99    CHANGES = f.read()
    1010
Note: See TracChangeset for help on using the changeset viewer.