Skip to content

Commit

Permalink
Merge branch 'release/0.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Jul 20, 2018
2 parents 6ff1ff0 + 89c0400 commit a5771cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ services:
- mysql
install:
- pip install --upgrade pip
# - pip install flake8
- pip install -e git+https://gitlab.com/pycqa/flake8#egg=flake8
- pip install flake8
- pip install coveralls
- pip install mysqlclient
- pip install -e .
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.1.2
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,19 @@
include_package_data=True,
url='https://github.com/clinicedc/edc-model-fields',
license='GPL license, see LICENSE',
description='model field classes for the EDC',
description='Model field classes for clinicedc/edc projects',
long_description=README,
zip_safe=False,
keywords='django edc model field class',
classifiers=[
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License (GPL)',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
Expand Down

0 comments on commit a5771cc

Please sign in to comment.