diff --git a/.github/README.md b/.github/README.md deleted file mode 120000 index aa1c0ae..0000000 --- a/.github/README.md +++ /dev/null @@ -1 +0,0 @@ -../git-readme.md \ No newline at end of file diff --git a/.gitignore b/.gitignore deleted file mode 100644 index a18b140..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -headercheckdashboardproxy.egg-info diff --git a/git-readme.md b/git-readme.md deleted file mode 100644 index 5761f69..0000000 --- a/git-readme.md +++ /dev/null @@ -1,23 +0,0 @@ -# python-tool - -## Description - -An interactive setup script for creating new python packages. - -## Usage - -`./new_python_tool.sh ` - -## Installation - -1. Download the raw setup script (`wget https://raw.githubusercontent.com/Cronocide/python-tool/master/new_python_tool.sh`) -2. Mark the script executable (`chmod +x new_python_tool.sh`) -3. Run the script to make a new package (`./new_python_tool.sh `) - -## Configuration - -No configuration needed. - -## Justification - -I frequently create new python projects and cannot remember how each kind of package is configured. This script serves as a shortcut to create new projects.