Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
thevincentadam committed Sep 15, 2021
1 parent c8a4245 commit e3371d5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
version=version,
long_description=long_description,
long_description_content_type="text/markdown",
name='markovflow',
description='A Tensorflow based library for Time Series Modelling with Gaussian Processes',
author='Markovflow Team',
author_email='[email protected]',
name="markovflow",
description="Markovflow: GP time series library",
author="Markovflow Team",
author_email="[email protected]",
maintainer=None,
maintainer_email=None,
url=None,
packages=packages,
package_data=package_data,
install_requires=install_requires,
python_requires='>=3.7,<4.0',
python_requires=">=3.7,<4.0",
license="Apache License 2.0",
keywords="Deep-Gaussian-processes",
project_urls={
Expand Down

0 comments on commit e3371d5

Please sign in to comment.