File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
.. currentmodule :: bitproto
2
2
3
+ .. _version-0.4.3 :
4
+
5
+ Version 0.4.3
6
+ -------------
7
+
8
+ - Minor fix compiler setup.py path for windows
9
+
3
10
.. _version-0.4.2 :
4
11
5
12
Version 0.4.2
Original file line number Diff line number Diff line change 8
8
9
9
"""
10
10
11
- __version__ = "0.4.2 "
11
+ __version__ = "0.4.3 "
12
12
__description__ = "bit level data interchange format."
Original file line number Diff line number Diff line change 17
17
description = description ,
18
18
packages = ["bitproto" ],
19
19
include_package_data = True ,
20
- long_description = open ("../ README.rst" ).read (),
20
+ long_description = open (join ( ".." , " README.rst") ).read (),
21
21
zip_safe = False ,
22
22
entry_points = {"console_scripts" : ["bitproto=bitproto._main:run_bitproto" ]},
23
23
python_requires = ">=3.7" ,
You can’t perform that action at this time.
0 commit comments