<br>
<strong>Goal: </strong> Upload to pip
<br>
<strong>Description: </strong>
Reconfigured the project so it matches the pypi guidlines. Getting this error when I run tho
ERROR: Could not find a version that satisfies the requirement re (from versions: none)
ERROR: No matching distribution found for re
WARNING: You are using pip version 22.0.4; however, version 22.1.2 is available.
You should consider upgrading via the '/tmp/build-env-tqe2l5b9/bin/python -m pip install --upgrade pip' command.
Traceback (most recent call last):
Fixed it by removing `re` in the pyproject.toml file, but this might break it, I only use regex in one function tho so should be fine.
Have everything there now just need to make an account and upload.
Used this [guide](https://www.youtube.com/watch?v=v4bkJef4W94)
<hr>
<strong>Name: </strong>Arctesian
<br>
<strong>Time: </strong>21:04-22:01
<br>