mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-12 22:26:18 +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:
|
try:
|
||||||
from analysis import trueskill as Trueskill
|
from analysis import trueskill as Trueskill
|
||||||
except:
|
except:
|
||||||
import trueskill as Trueskill
|
import trueskill as Trueskilll
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
while(True):
|
while(True):
|
||||||
|
Loading…
Reference in New Issue
Block a user