This commit is contained in:
art 2020-03-03 20:59:52 -06:00
parent 8a459813ef
commit 28a24e1c15
4 changed files with 2 additions and 3 deletions

View File

@ -5,11 +5,10 @@ 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: The Titan Scouting Team Author: The Titan Scouting Team
Author-email: titanscout2022@gmail.com Author-email: titanscout2022@gmail.com
License: UNKNOWN License: GNU General Public License v3.0
Description: UNKNOWN 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: Operating System :: OS Independent Classifier: Operating System :: OS Independent
Requires-Python: >=3.6 Requires-Python: >=3.6
Description-Content-Type: text/markdown Description-Content-Type: text/markdown

View File

@ -1,7 +1,7 @@
import setuptools import setuptools
setuptools.setup( setuptools.setup(
name="analysis", # Replace with your own username name="tra-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",