Skip to content

Commit

Permalink
rename to test-of-time
Browse files Browse the repository at this point in the history
  • Loading branch information
ourownstory committed Aug 10, 2022
1 parent c3a1b7d commit ad3e190
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# deja-vu
# test-of-time
A small framework to benchmark forecasting models via backtesting
File renamed without changes.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
with open(os.path.join(dir_repo, "README.md"), encoding="utf-8") as f:
readme = f.read()
# read the version name
with open("deja-vu/_version.py") as f:
with open("test-of-time/_version.py") as f:
exec(f.read())

setuptools.setup(
name="deja-vu",
name="test-of-time",
version=__version__,
description="Evaluate forecasting models using backtesting on 'deja-vu' data",
description="Evaluate forecasting models using backtesting",
author="Oskar Triebe",
author_email="[email protected]",
url="https://github.com/ourownstory/deja-vu",
url="https://github.com/ourownstory/test-of-time",
license="MIT",
packages=setuptools.find_packages(
exclude=(
Expand All @@ -34,7 +34,7 @@
"full": ["prophet"],
},
# setup_requires=[""],
scripts=["scripts/deja-vu_dev_setup.py"],
scripts=["scripts/tot_dev_setup.py"],
long_description=readme,
long_description_content_type="text/markdown",
include_package_data=True,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ad3e190

Please sign in to comment.