Skip to content

Commit

Permalink
Merge pull request #83 from mdsol/develop
Browse files Browse the repository at this point in the history
Merge develop to master to fix study metadata
  • Loading branch information
davecharles authored Dec 14, 2017
2 parents 6cad840 + 0ad86bf commit ca649f4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ deploy:
on:
tags: true
python: "3.6"
distributions: "sdist bdist_wheel"
distributions: "sdist"

1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ include README.md
include LICENSE.txt
include AUTHORS.rst
include rwslib/extras/audit_event/README.md
include rwslib/builders/README.md
2 changes: 1 addition & 1 deletion rwslib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__title__ = 'rwslib'
__author__ = 'Ian Sparks (isparks@mdsol.com)'
__version__ = '1.2.0'
__version__ = '1.2.1'
__license__ = 'MIT'
__copyright__ = 'Copyright 2017 Medidata Solutions Inc'

Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
packages = [
'rwslib',
'rwslib.rws_requests',
'rwslib.builders',
'rwslib.extras',
'rwslib.extras.audit_event',
'rwslib.extras.rwscmd',
Expand All @@ -38,6 +39,7 @@
install_requires=['requests', 'lxml', 'httpretty', 'six', 'click', 'faker', 'enum34'],
tests_require=['mock'],
license=open('LICENSE.txt').read(),
url='https://github.com/mdsol/rwslib/',
zip_safe=False,
test_suite='rwslib.tests.all_tests',
classifiers=(
Expand Down

0 comments on commit ca649f4

Please sign in to comment.