Skip to content

Commit e3371d5

Browse files
update setup
1 parent c8a4245 commit e3371d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@
3131
version=version,
3232
long_description=long_description,
3333
long_description_content_type="text/markdown",
34-
name='markovflow',
35-
description='A Tensorflow based library for Time Series Modelling with Gaussian Processes',
36-
author='Markovflow Team',
37-
author_email='[email protected]',
34+
name="markovflow",
35+
description="Markovflow: GP time series library",
36+
author="Markovflow Team",
37+
author_email="[email protected]",
3838
maintainer=None,
3939
maintainer_email=None,
4040
url=None,
4141
packages=packages,
4242
package_data=package_data,
4343
install_requires=install_requires,
44-
python_requires='>=3.7,<4.0',
44+
python_requires=">=3.7,<4.0",
4545
license="Apache License 2.0",
4646
keywords="Deep-Gaussian-processes",
4747
project_urls={

0 commit comments

Comments
 (0)