Skip to content

Commit

Permalink
Fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
glandfried committed Jul 27, 2021
1 parent 1d1d316 commit 62d808c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="trueskillthroughtime",
version="0.0.0",
version="0.0.1",
author="Gustavo Landfried",
author_email="[email protected]",
description="The temporal learning estimator: Individual learning curves with reliable initial estimates and guaranteed comparability between distant estimates.",
Expand All @@ -21,9 +21,8 @@
package_dir={"": "src"},
packages=setuptools.find_packages(where="src"),
#python_requires=">=3.6",
download_url = 'https://github.com/glandfried/TrueSkillThroughTime.py/archive/refs/tags/v0.0.0.tar.gz',
install_requires=[
'math',
download_url = 'https://github.com/glandfried/TrueSkillThroughTime.py/archive/refs/tags/v0.0.1.tar.gz',
install_requires=[
'numba',
]
)

0 comments on commit 62d808c

Please sign in to comment.