File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ 0.4.1] - work in progress
3+ ## [ 0.4.1] - 07-04-2021
44### Added
55
66### Changed
7-
8- ### Removed
7+ - Solving issue with inclusion of auxiliary data file in non-binary distributions.
98
109## [ 0.4.0] - 07-04-2021
1110### Added
Original file line number Diff line number Diff line change 1- 0.4.0
1+ 0.4.1
Original file line number Diff line number Diff line change 99# True to enable building extensions using Cython.
1010# False to build extensions from the C files that were previously
1111# created by Cython.
12- USE_CYTHON = True
12+ USE_CYTHON = False
1313
1414# "If True, will produce a HTML file for each of the .pyx or .py files
1515# compiled. The HTML file gives an indication of how much Python interaction
@@ -167,7 +167,6 @@ def is_new_osx():
167167 'sphinx_rtd_theme'
168168 ]
169169 },
170- include_package_data = True ,
171170 package_data = {'' : ['data/*.csv' ]},
172171 entry_points = '''
173172 [console_scripts]
You can’t perform that action at this time.
0 commit comments