Skip to content

Commit

Permalink
setup file updated for pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
kanchanchy committed Jan 8, 2023
1 parent 5c76229 commit 4a9c4fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
from setuptools import find_packages, setup
from pathlib import Path

this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()

keywords=[
"spatial-machine-learning",
Expand Down Expand Up @@ -27,7 +31,7 @@
packages=find_packages(),
version='0.1.0',
description='GeoTorchAI, formarly GeoTorch, A Spatiotemporal Deep Learning Framework',
long_description = "file: README.md",
long_description = long_description,
long_description_content_type = "text/markdown",
author='Kanchan Chowdhury',
author_email='kchowdh1@asu.edu',
Expand Down

0 comments on commit 4a9c4fc

Please sign in to comment.