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

Diff for: MANIFEST.in

+1
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 *

Diff for: README.rst

+5
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

Diff for: bencoder.pyx

+1-1
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)