Skip to content

Commit 4a9c4fc

Browse files
committed
setup file updated for pypi release
1 parent 5c76229 commit 4a9c4fc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
from setuptools import find_packages, setup
2+
from pathlib import Path
3+
4+
this_directory = Path(__file__).parent
5+
long_description = (this_directory / "README.md").read_text()
26

37
keywords=[
48
"spatial-machine-learning",
@@ -27,7 +31,7 @@
2731
packages=find_packages(),
2832
version='0.1.0',
2933
description='GeoTorchAI, formarly GeoTorch, A Spatiotemporal Deep Learning Framework',
30-
long_description = "file: README.md",
34+
long_description = long_description,
3135
long_description_content_type = "text/markdown",
3236
author='Kanchan Chowdhury',
3337
author_email='kchowdh1@asu.edu',

0 commit comments

Comments
 (0)