Skip to content

Commit 00e5c12

Browse files
committed
Drop pyc files in package dist
1 parent 7e4ee46 commit 00e5c12

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
include bencoder.c bencoder.pyx README.rst pytest.ini LICENSE
2+
global-exclude *.pyc __pycache__
23
recursive-include tests *

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ Usage
4343
ChangeLog
4444
----------
4545

46+
Version 1.1.3
47+
~~~~~~~~~~~~~~~
48+
49+
+
50+
4651
Version 1.1.2
4752
~~~~~~~~~~~~~~~
4853

bencoder.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# Based on https://github.com/karamanolev/bencode3/blob/master/bencode.py
1414

15-
__version__ = '1.1.2'
15+
__version__ = '1.1.3'
1616

1717
import array
1818

0 commit comments

Comments
 (0)