This commit is contained in:
ltcptgeneral 2020-03-04 12:37:58 -06:00
parent a7f5ec2a15
commit 8d83cc6336
10 changed files with 2 additions and 28 deletions

1
analysis-master/build.sh Normal file
View File

@ -0,0 +1 @@
python3 setup.py sdist bdist_wheel

Binary file not shown.

Binary file not shown.

View File

@ -1,7 +1,7 @@
import setuptools
setuptools.setup(
name="panalysis", # Replace with your own username
name="analysis", # Replace with your own username
version="1.0.0.000",
author="The Titan Scouting Team",
author_email="titanscout2022@gmail.com",

View File

@ -1,14 +0,0 @@
Metadata-Version: 2.1
Name: tra-analysis
Version: 1.0.0.0
Summary: analysis package developed by Titan Scouting for The Red Alliance
Home-page: https://github.com/titanscout2022/tr2022-strategy
Author: The Titan Scouting Team
Author-email: titanscout2022@gmail.com
License: GNU General Public License v3.0
Description: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

View File

@ -1,11 +0,0 @@
setup.py
analysis/__init__.py
analysis/analysis.py
analysis/regression.py
analysis/titanlearn.py
analysis/trueskill.py
analysis/visualization.py
tra_analysis.egg-info/PKG-INFO
tra_analysis.egg-info/SOURCES.txt
tra_analysis.egg-info/dependency_links.txt
tra_analysis.egg-info/top_level.txt

View File

@ -1 +0,0 @@
analysis