Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #98 from datarobot/fix-manifest
Browse files Browse the repository at this point in the history
Fix manifest file directory name
  • Loading branch information
smillet15 authored Aug 15, 2017
2 parents ba43d99 + 7eb6bcd commit 288f5a6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.12.1 (2017 August 14)
=======================

Bugfixes
--------
* Updates the distribution metadata to include modules critical to the functioning of this library.

1.12.0 (2017 August 9)
======================

Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
recursive-include datarobot_scoring *.py
recursive-include datarobot_batch_scoring *.py

include setup.py
include README.rst
Expand Down
2 changes: 1 addition & 1 deletion datarobot_batch_scoring/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.12.0'
__version__ = '1.12.1'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
maintainer_email='[email protected]',
license='BSD',
url='http://www.datarobot.com/',
packages=['datarobot_batch_scoring'],
packages=['datarobot_batch_scoring',
'datarobot_batch_scoring.network'],
classifiers=[
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 2.7',
Expand Down

0 comments on commit 288f5a6

Please sign in to comment.