diff --git a/data analysis/setup.py b/data analysis/setup.py new file mode 100644 index 00000000..9a0eaacb --- /dev/null +++ b/data analysis/setup.py @@ -0,0 +1,19 @@ +import setuptools + +setuptools.setup( + name="analysis", # Replace with your own username + version="1.0.0.000", + author="", + author_email="", + description="analysis package developed by TitanScouting and The Red Alliance", + long_description="analysis package developed by TitanScouting and The Red Alliance", + long_description_content_type="text/markdown", + url="https://github.com/titanscout2022/tr2022-strategy", + packages=setuptools.find_packages(), + classifiers=[ + "Programming Language :: Python :: 3", + "License :: GNU General Public License v3.0", + "Operating System :: OS Independent", + ], + python_requires='>=3.6', +) \ No newline at end of file diff --git a/data analysis/superscript.py b/data analysis/superscript.py index 90310fc9..68b676d0 100644 --- a/data analysis/superscript.py +++ b/data analysis/superscript.py @@ -60,7 +60,7 @@ import data as d try: from analysis import trueskill as Trueskill except: - import trueskill as Trueskill + import trueskill as Trueskilll def main(): while(True):