Skip to content

Commit 3033dbf

Browse files
committed
solving issue with inclusion of auxiliary data file in non-binary distributions
1 parent a37a590 commit 3033dbf

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.4.1

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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]

0 commit comments

Comments
 (0)