Skip to content

Commit 745e0af

Browse files
committed
fix setup.py
1 parent 9afd993 commit 745e0af

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
url="https://github.com/tensordiffeq/tensordiffeq",
1818
download_url="https://github.com/tensordiffeq/tensordiffeq/tarball/v0.1.2",
1919
install_requires=install_requires,
20+
packages = setuptools.find_packages(),
2021
classifiers=[
2122
"Programming Language :: Python :: 3",
2223
"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.1
3+
Version: 0.1.2
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.1
9+
Download-URL: https://github.com/tensordiffeq/tensordiffeq/tarball/v0.1.2
1010
Description:
1111
![TensorDiffEq logo](tdq-banner.png)
1212

0 commit comments

Comments
 (0)