Skip to content

Commit 82409af

Browse files
committed
Attempt to make Pypi work
1 parent a5817de commit 82409af

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

PKG-INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Metadata-Version: 1.0
22
Name: pycomb
3-
Version: 0.1.0
3+
Version: 0.1.1
44
Summary: It provides a means to apply runtime type checking.
55
Home-page: https://github.com/fcracker79/pycomb
66
Author: fcracker79
77
Author-email: fcracker79@gmail.com
88
License: MIT
9-
Download-URL: https://github.com/fcracker79/pycomb/archive/v0.1.0.zip
9+
Download-URL: https://github.com/fcracker79/pycomb/archive/v0.1.1.zip
1010
Description: It provides a means to apply runtime type checking.
1111

1212
Installation

README.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![Build Status](https://travis-ci.org/fcracker79/pycomb.svg?branch=master)](https://travis-ci.org/fcracker79/pycomb)
2-
31
PyComb
42
======
53

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def get_packages(path):
2424

2525
packages = get_packages('pycomb')
2626
setup(name='pycomb',
27-
version='0.1.0',
27+
version='0.1.1',
2828
description='Python combination',
2929
url='https://github.com/fcracker79/pycomb',
3030
author='fcracker79',

0 commit comments

Comments
 (0)