Skip to content

Commit

Permalink
README badges,setup
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Apr 18, 2018
1 parent 07279f3 commit f1e207d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ With module `edc_timepoint` a data manager or supervisor is able to flag a model

### Install

pip install git+https://github.com/botswana-harvard/edc-timepoint@develop#egg=edc-timepoint
pip install git+https://github.com/clinicedc/edc-timepoint@develop#egg=edc-timepoint

### Usage

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django
git+https://github.com/botswana-harvard/edc-base@develop#egg=edc_base
git+https://github.com/clinicedc/edc-base@develop#egg=edc_base
git+https://github.com/erikvw/django-revision@develop#egg=django_revision
git+https://github.com/erikvw/django-crypto-fields@develop#egg=django-crypto-fields
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
author_email='[email protected]',
packages=find_packages(),
include_package_data=True,
url='https://github.com/botswana-harvard/edc-timepoint',
url='https://github.com/clinicedc/edc-timepoint',
license='GPL license, see LICENSE',
description='Lock a timepoint from further editing once data is cleaned and reviewed.',
long_description=README,
Expand Down

0 comments on commit f1e207d

Please sign in to comment.