Skip to content

Commit

Permalink
Include bencoder.pyx in package.
Browse files Browse the repository at this point in the history
  • Loading branch information
whtsky committed Apr 27, 2016
1 parent 98ad074 commit 0d048bf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language:

env:
matrix:
- VERSION=2.6.6
- VERSION=2.7.11
- VERSION=3.3.5
- VERSION=3.4.4
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include README.rst LICENSE
include bencoder.pyx README.rst LICENSE
recursive-include tests *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='bencoder.pyx',
version='1.1.0',
version='1.1.1',
description='Yet another bencode implementation in Cython',
long_description=open('README.rst', 'r').read(),
author='whtsky',
Expand Down

0 comments on commit 0d048bf

Please sign in to comment.