Skip to content

Commit

Permalink
Attempt to make Pypi work
Browse files Browse the repository at this point in the history
  • Loading branch information
fcracker79 committed Nov 13, 2016
1 parent a5817de commit 82409af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Metadata-Version: 1.0
Name: pycomb
Version: 0.1.0
Version: 0.1.1
Summary: It provides a means to apply runtime type checking.
Home-page: https://github.com/fcracker79/pycomb
Author: fcracker79
Author-email: [email protected]
License: MIT
Download-URL: https://github.com/fcracker79/pycomb/archive/v0.1.0.zip
Download-URL: https://github.com/fcracker79/pycomb/archive/v0.1.1.zip
Description: It provides a means to apply runtime type checking.

Installation
Expand Down
2 changes: 0 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[![Build Status](https://travis-ci.org/fcracker79/pycomb.svg?branch=master)](https://travis-ci.org/fcracker79/pycomb)

PyComb
======

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_packages(path):

packages = get_packages('pycomb')
setup(name='pycomb',
version='0.1.0',
version='0.1.1',
description='Python combination',
url='https://github.com/fcracker79/pycomb',
author='fcracker79',
Expand Down

0 comments on commit 82409af

Please sign in to comment.