Skip to content

Commit

Permalink
Minor fix in about file
Browse files Browse the repository at this point in the history
  • Loading branch information
Flunzmas committed Mar 17, 2022
1 parent c19d670 commit 6cb1b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vp_suite/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
__source_url__ = "https://github.com/AIS-Bonn/vp-suite"
__tracker_url__ = "https://github.com/AIS-Bonn/vp-suite/issues"
__docs__ = ( "A Framework for Training and Evaluating Video Prediction Models" )
__python_requires__ = ">=3.6"
__keywords__ = ["deep learning", "pytorch", "AI", "video prediction"]
__classifiers__ = [
"Environment :: Console",
Expand All @@ -22,8 +23,7 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3 :: Only",
],
__python_requires__ = ">=3.6"
]

__all__ = ["__name__", "__version__", "__author__", "__author_email__", "__license__",
"__copyright__", "__homepage__", "__docs_url__", "__source_url__",
Expand Down

0 comments on commit 6cb1b29

Please sign in to comment.