Changeset c6abc0c in OpenWorkouts-current for setup.py


Ignore:
Timestamp:
Feb 13, 2019, 10:47:59 AM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current, feature/docs, master
Children:
57dcceb
Parents:
c660deb
Message:

Preparations for release of 0.1.0:

  • Updated README file with a brief description of the project + install instructions
  • Added LICENSE (3-clause BSD license)
  • Added AUTHORS file, with a list of authors and people contributing
  • Updated the CHANGES.txt changelog file
  • Set version on setup.py
File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    rc660deb rc6abc0c  
    4545setup(
    4646    name='ow',
    47     version='0.1',
     47    version='0.1.0',
    4848    description='OpenWorkouts, tracking your workouts openly',
    4949    long_description=README + '\n\n' + CHANGES,
Note: See TracChangeset for help on using the changeset viewer.