Skip to content

Commit f5870c7

Browse files
committed
another take
1 parent 05b44a5 commit f5870c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='pySDC',
8-
version='2.1.2',
8+
version='2.1.3',
99
description='A Python implementation of spectral deferred correction methods and the likes',
1010
license="BSD-2",
1111
long_description=long_description,
@@ -16,6 +16,8 @@
1616

1717
packages=find_packages(),
1818

19+
include_package_data=True,
20+
1921
install_requires=[
2022
'nose>=1.3.7',
2123
'numpy>=1.9.3',

0 commit comments

Comments
 (0)