mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
added setup.py
This commit is contained in:
parent
f8cdd73655
commit
8b4c50827c
19
data analysis/setup.py
Normal file
19
data analysis/setup.py
Normal file
@ -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',
|
||||
)
|
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user