From 82409afe84446f2ecdc81ece8e75bb876a8b666d Mon Sep 17 00:00:00 2001 From: mirko Date: Sun, 13 Nov 2016 23:38:49 +0100 Subject: [PATCH] Attempt to make Pypi work --- PKG-INFO | 4 ++-- README.txt | 2 -- setup.py | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/PKG-INFO b/PKG-INFO index ac02967..199b751 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -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: fcracker79@gmail.com 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 diff --git a/README.txt b/README.txt index d0fcd9b..733fc63 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,3 @@ -[![Build Status](https://travis-ci.org/fcracker79/pycomb.svg?branch=master)](https://travis-ci.org/fcracker79/pycomb) - PyComb ====== diff --git a/setup.py b/setup.py index af70392..269cc4e 100644 --- a/setup.py +++ b/setup.py @@ -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',