mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
d
This commit is contained in:
parent
9c666b95be
commit
2eaa390f2f
1
analysis-master/build.sh
Normal file
1
analysis-master/build.sh
Normal file
@ -0,0 +1 @@
|
|||||||
|
python3 setup.py sdist bdist_wheel
|
Binary file not shown.
BIN
analysis-master/dist/analysis-1.0.0.0.tar.gz
vendored
BIN
analysis-master/dist/analysis-1.0.0.0.tar.gz
vendored
Binary file not shown.
BIN
analysis-master/dist/tra-analysis-1.0.0.0.tar.gz
vendored
BIN
analysis-master/dist/tra-analysis-1.0.0.0.tar.gz
vendored
Binary file not shown.
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
import setuptools
|
import setuptools
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="panalysis", # Replace with your own username
|
name="analysis", # Replace with your own username
|
||||||
version="1.0.0.000",
|
version="1.0.0.000",
|
||||||
author="The Titan Scouting Team",
|
author="The Titan Scouting Team",
|
||||||
author_email="titanscout2022@gmail.com",
|
author_email="titanscout2022@gmail.com",
|
||||||
|
@ -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
|
|
@ -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
|
|
@ -1 +0,0 @@
|
|||||||
analysis
|
|
Loading…
Reference in New Issue
Block a user