Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
Continues deployment with pypi and travis!
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Nov 25, 2014
1 parent b2719c9 commit 1d87790
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ deploy:
provider: pypi
user: koddsson
password:
secure: CZR30T94L5wR7TkaEHassLfNX0wspfl3use7yVeIxU3m2dWCyMa0zmh/ZRT7g/RD2ZoNEsO4KcnwS5gE0CdUbDU/7b/FleBzL5BfZWpJyP+QbQ+30xQIPJpBXM7XfSte+LfplQhz9ygbG2GmlB0fOL3YL85RxS9lqdW/GEKNL3s=
secure: Xnu0eFvD6l4A7l4fDx988BPC6GwTd5a+m3mOnI+I0QQo3+OwY9scTzxVXsR98vbcaNv2f3+c3YbyO6o8lhOlqGFpzkLDQYBMzhOPTML4H231PZYAltTLCdpGR4ZOIL82tNZZuE3EgPcM70e2xveqyL3edUhCUkXa3UKmz2JLaTM=
on:
tags: true
repo: koddsson/travis-github-pr-bot
25 changes: 25 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Copyright (c) 2012 Paul Bakaus, http://jqueryui.com/

This software consists of voluntary contributions made by many
individuals (AUTHORS.txt, http://jqueryui.com/about) For exact
contribution history, see the revision history and logs, available
at http://jquery-ui.googlecode.com/svn/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
13 changes: 13 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
from distutils.core import setup
setup(
name='travis-bot',
packages=['travis-bot'], # this must be the same as the name above
version='0.1',
description='A simple API call to comment message on PR from Travis',
author='koddsson',
author_email='[email protected]',
url='https://github.com/koddsson/travis-github-pr-bot',
download_url='https://github.com/koddsson/travis-github-pr-bot/tarball/0.1',
keywords=['travis', 'bot', 'github'],
classifiers=[],
)

0 comments on commit 1d87790

Please sign in to comment.