From 6d3b12412c5df79930b6bbf85f135dcb7efa9cda Mon Sep 17 00:00:00 2001 From: danielwilczak101 <44122838+danielwilczak101@users.noreply.github.com> Date: Sun, 20 Sep 2020 02:24:24 -0400 Subject: [PATCH] Delete PKG-INFO --- src/EasyGA.egg-info/PKG-INFO | 41 ------------------------------------ 1 file changed, 41 deletions(-) delete mode 100644 src/EasyGA.egg-info/PKG-INFO diff --git a/src/EasyGA.egg-info/PKG-INFO b/src/EasyGA.egg-info/PKG-INFO deleted file mode 100644 index 6b1a013..0000000 --- a/src/EasyGA.egg-info/PKG-INFO +++ /dev/null @@ -1,41 +0,0 @@ -Metadata-Version: 2.1 -Name: EasyGA -Version: 0.0.1 -Summary: Say hello! -Home-page: https://github.com/danielwilczak/EasyGA -Author: Daniel Wilczak -Author-email: danielwilczak101@gmail.com -License: UNKNOWN -Description: # Hello World - - This is an example project demonstration. - - ## Installation - - Run the rolling to install: - - ```Python - pip install EasyGA - ``` - - ## Usage - - ```python - From hello world import say_hello - - # Generate "Hello World" - say_hello() - - # Generate "Hello, Everybody!" - say_hello("Everybody!") - ``` - - # Developing Hello World - - To install helloworld, along with the tools you need to develop and run tests, run the following in your virtual env: - - ```bash - $ pip install -e .[dev] - ``` -Platform: UNKNOWN -Description-Content-Type: text/markdown