Skip to content

Commit ca649f4

Browse files
authored
Merge pull request #83 from mdsol/develop
Merge develop to master to fix study metadata
2 parents 6cad840 + 0ad86bf commit ca649f4

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ deploy:
2020
on:
2121
tags: true
2222
python: "3.6"
23-
distributions: "sdist bdist_wheel"
23+
distributions: "sdist"
2424

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ include README.md
22
include LICENSE.txt
33
include AUTHORS.rst
44
include rwslib/extras/audit_event/README.md
5+
include rwslib/builders/README.md

rwslib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__title__ = 'rwslib'
44
__author__ = 'Ian Sparks ([email protected])'
5-
__version__ = '1.2.0'
5+
__version__ = '1.2.1'
66
__license__ = 'MIT'
77
__copyright__ = 'Copyright 2017 Medidata Solutions Inc'
88

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
packages = [
1717
'rwslib',
1818
'rwslib.rws_requests',
19+
'rwslib.builders',
1920
'rwslib.extras',
2021
'rwslib.extras.audit_event',
2122
'rwslib.extras.rwscmd',
@@ -38,6 +39,7 @@
3839
install_requires=['requests', 'lxml', 'httpretty', 'six', 'click', 'faker', 'enum34'],
3940
tests_require=['mock'],
4041
license=open('LICENSE.txt').read(),
42+
url='https://github.com/mdsol/rwslib/',
4143
zip_safe=False,
4244
test_suite='rwslib.tests.all_tests',
4345
classifiers=(

0 commit comments

Comments
 (0)