mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
recompiled analysis.py
This commit is contained in:
parent
5e9e90507b
commit
56d0578d86
@ -1,12 +1,12 @@
|
|||||||
Metadata-Version: 2.1
|
Metadata-Version: 2.1
|
||||||
Name: analysis
|
Name: analysis
|
||||||
Version: 1.0.0.0
|
Version: 1.0.0.0
|
||||||
Summary: analysis package developed by TitanScouting and The Red Alliance
|
Summary: analysis package developed by Titan Scouting for The Red Alliance
|
||||||
Home-page: https://github.com/titanscout2022/tr2022-strategy
|
Home-page: https://github.com/titanscout2022/tr2022-strategy
|
||||||
Author:
|
Author: The Titan Scouting Team
|
||||||
Author-email:
|
Author-email: titanscout2022@gmail.com
|
||||||
License: UNKNOWN
|
License: UNKNOWN
|
||||||
Description: analysis package developed by TitanScouting and The Red Alliance
|
Description: UNKNOWN
|
||||||
Platform: UNKNOWN
|
Platform: UNKNOWN
|
||||||
Classifier: Programming Language :: Python :: 3
|
Classifier: Programming Language :: Python :: 3
|
||||||
Classifier: License :: GNU General Public License v3.0
|
Classifier: License :: GNU General Public License v3.0
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -3,10 +3,10 @@ import setuptools
|
|||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="analysis", # Replace with your own username
|
name="analysis", # Replace with your own username
|
||||||
version="1.0.0.000",
|
version="1.0.0.000",
|
||||||
author="",
|
author="The Titan Scouting Team",
|
||||||
author_email="",
|
author_email="titanscout2022@gmail.com",
|
||||||
description="analysis package developed by TitanScouting and The Red Alliance",
|
description="analysis package developed by Titan Scouting for The Red Alliance",
|
||||||
long_description="analysis package developed by TitanScouting and The Red Alliance",
|
long_description="",
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
url="https://github.com/titanscout2022/tr2022-strategy",
|
url="https://github.com/titanscout2022/tr2022-strategy",
|
||||||
packages=setuptools.find_packages(),
|
packages=setuptools.find_packages(),
|
||||||
|
Loading…
Reference in New Issue
Block a user