Skip to content

Commit cf2cf29

Browse files
committed
v0.1.3 fix install
1 parent c9e7637 commit cf2cf29

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
url="https://github.com/tensordiffeq/tensordiffeq",
1818
download_url="https://github.com/tensordiffeq/tensordiffeq/tarball/v0.1.3",
1919
install_requires=install_requires,
20-
packages = setuptools.find_packages(),
20+
packages=setuptools.find_packages(),
21+
include_package_data=True,
2122
classifiers=[
2223
"Programming Language :: Python :: 3",
2324
"Programming Language :: Python :: 3.6",

tensordiffeq.egg-info/PKG-INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Metadata-Version: 2.1
22
Name: tensordiffeq
3-
Version: 0.1.2
3+
Version: 0.1.3
44
Summary: Distributed PDE Solver in Tensorflow
55
Home-page: https://github.com/tensordiffeq/tensordiffeq
66
Author: Levi McClenny
77
Author-email: [email protected]
88
License: UNKNOWN
9-
Download-URL: https://github.com/tensordiffeq/tensordiffeq/tarball/v0.1.2
9+
Download-URL: https://github.com/tensordiffeq/tensordiffeq/tarball/v0.1.3
1010
Description:
1111
![TensorDiffEq logo](tdq-banner.png)
1212

tensordiffeq.egg-info/SOURCES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
README.md
2+
setup.cfg
23
setup.py
34
tensordiffeq/helpers.py
45
tensordiffeq/models.py

0 commit comments

Comments
 (0)