Skip to content

Commit 0d048bf

Browse files
committed
Include bencoder.pyx in package.
1 parent 98ad074 commit 0d048bf

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Diff for: .travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language:
33

44
env:
55
matrix:
6-
- VERSION=2.6.6
76
- VERSION=2.7.11
87
- VERSION=3.3.5
98
- VERSION=3.4.4

Diff for: MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
include README.rst LICENSE
1+
include bencoder.pyx README.rst LICENSE
22
recursive-include tests *

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='bencoder.pyx',
20-
version='1.1.0',
20+
version='1.1.1',
2121
description='Yet another bencode implementation in Cython',
2222
long_description=open('README.rst', 'r').read(),
2323
author='whtsky',

0 commit comments

Comments
 (0)