From fc5583c8cdf8fcae8d3a98bdf865cc7f66194669 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Mon, 1 Apr 2019 13:05:35 -0400 Subject: [PATCH] removed .egg --- pytorch_lightning.egg-info/PKG-INFO | 10 ------ pytorch_lightning.egg-info/SOURCES.txt | 32 ------------------- .../dependency_links.txt | 1 - pytorch_lightning.egg-info/top_level.txt | 3 -- 4 files changed, 46 deletions(-) delete mode 100644 pytorch_lightning.egg-info/PKG-INFO delete mode 100644 pytorch_lightning.egg-info/SOURCES.txt delete mode 100644 pytorch_lightning.egg-info/dependency_links.txt delete mode 100644 pytorch_lightning.egg-info/top_level.txt diff --git a/pytorch_lightning.egg-info/PKG-INFO b/pytorch_lightning.egg-info/PKG-INFO deleted file mode 100644 index 557b78920b..0000000000 --- a/pytorch_lightning.egg-info/PKG-INFO +++ /dev/null @@ -1,10 +0,0 @@ -Metadata-Version: 1.0 -Name: pytorch-lightning -Version: 0.0.2 -Summary: Rapid research framework -Home-page: https://github.com/williamFalcon/pytorch-lightning -Author: UNKNOWN -Author-email: UNKNOWN -License: UNKNOWN -Description: UNKNOWN -Platform: UNKNOWN diff --git a/pytorch_lightning.egg-info/SOURCES.txt b/pytorch_lightning.egg-info/SOURCES.txt deleted file mode 100644 index 94b4c06690..0000000000 --- a/pytorch_lightning.egg-info/SOURCES.txt +++ /dev/null @@ -1,32 +0,0 @@ -README.md -setup.py -notebooks/__init__.py -pytorch_lightning/__init__.py -pytorch_lightning/trainer_main.py -pytorch_lightning.egg-info/PKG-INFO -pytorch_lightning.egg-info/SOURCES.txt -pytorch_lightning.egg-info/dependency_links.txt -pytorch_lightning.egg-info/requires.txt -pytorch_lightning.egg-info/top_level.txt -pytorch_lightning/models/__init__.py -pytorch_lightning/models/trainer.py -pytorch_lightning/models/model_examples/__init__.py -pytorch_lightning/models/model_examples/bilstm.py -pytorch_lightning/models/sample_model_template/__init__.py -pytorch_lightning/models/sample_model_template/model_template.py -pytorch_lightning/root_module/__init__.py -pytorch_lightning/root_module/grads.py -pytorch_lightning/root_module/hooks.py -pytorch_lightning/root_module/memory.py -pytorch_lightning/root_module/model_saving.py -pytorch_lightning/root_module/optimization.py -pytorch_lightning/root_module/root_module.py -pytorch_lightning/utils/__init__.py -pytorch_lightning/utils/arg_parse.py -pytorch_lightning/utils/embeddings.py -pytorch_lightning/utils/plotting.py -pytorch_lightning/utils/pt_callbacks.py -tests/__init__.py -tests/research_proj/__init__.py -tests/research_proj/sample_model_template/__init__.py -tests/research_proj/sample_model_template/model_template_test.py \ No newline at end of file diff --git a/pytorch_lightning.egg-info/dependency_links.txt b/pytorch_lightning.egg-info/dependency_links.txt deleted file mode 100644 index 8b13789179..0000000000 --- a/pytorch_lightning.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/pytorch_lightning.egg-info/top_level.txt b/pytorch_lightning.egg-info/top_level.txt deleted file mode 100644 index cabc7e055d..0000000000 --- a/pytorch_lightning.egg-info/top_level.txt +++ /dev/null @@ -1,3 +0,0 @@ -notebooks -pytorch_lightning -tests