Rewrite install commands for project restructure to bash

This commit is contained in:
Eric Torres
2022-10-01 13:01:31 -07:00
parent b18cff3ee5
commit 4d29aced79
4 changed files with 13 additions and 41 deletions

View File

@@ -15,7 +15,7 @@ with open("README", "r") as fh:
# ========== Package Setup ==========
setuptools.setup(
name="file_scripts",
version="1.2.0",
version="2.0.0",
author="Eric Torres",
author_email="erictorres4@protonmail.com",
description="File-related helper scripts",