Skip to content

Commit

Permalink
'Version 1.0.0 of the Amazon Kinesis Client Library For Python'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurtis Norwood committed Oct 22, 2014
1 parent 68f17b0 commit 5dc4d26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,3 @@
include LICENSE.txt
include NOTICE.txt
include README.md
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -182,10 +182,11 @@ def run(self):
name = PACKAGE_NAME,
version = PACKAGE_VERSION,
description = 'A python interface for the Amazon Kinesis Client Library MultiLangDaemon',
license = 'asl',
license = 'Amazon Software License',
packages = [PACKAGE_NAME, 'samples'],
scripts = glob.glob('samples/*py'),
package_data = {
'' : ['*.txt', '*.md'],
PACKAGE_NAME : ['jars/*'],
'samples' : ['sample.properties'],
},
Expand Down

0 comments on commit 5dc4d26

Please sign in to comment.