From e31421a5d242739f44531cfc6525984c5f99046d Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 21 Nov 2016 07:27:26 -0200 Subject: [PATCH] Moving all stuff to a subdirectory to try to retain history --- .gitignore => warnings-root/.gitignore | 0 LICENSE => warnings-root/LICENSE | 0 MANIFEST.in => warnings-root/MANIFEST.in | 0 README.rst => warnings-root/README.rst | 0 {pytest_warnings => warnings-root/pytest_warnings}/__init__.py | 0 setup.py => warnings-root/setup.py | 0 {tests => warnings-root/tests}/helper_test_a.py | 0 {tests => warnings-root/tests}/helper_test_b.py | 0 {tests => warnings-root/tests}/test_warnings.py | 0 {tests => warnings-root/tests}/test_warnings2.py | 0 tox.ini => warnings-root/tox.ini | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename .gitignore => warnings-root/.gitignore (100%) rename LICENSE => warnings-root/LICENSE (100%) mode change 100755 => 100644 rename MANIFEST.in => warnings-root/MANIFEST.in (100%) rename README.rst => warnings-root/README.rst (100%) rename {pytest_warnings => warnings-root/pytest_warnings}/__init__.py (100%) rename setup.py => warnings-root/setup.py (100%) rename {tests => warnings-root/tests}/helper_test_a.py (100%) rename {tests => warnings-root/tests}/helper_test_b.py (100%) rename {tests => warnings-root/tests}/test_warnings.py (100%) rename {tests => warnings-root/tests}/test_warnings2.py (100%) rename tox.ini => warnings-root/tox.ini (100%) diff --git a/.gitignore b/warnings-root/.gitignore similarity index 100% rename from .gitignore rename to warnings-root/.gitignore diff --git a/LICENSE b/warnings-root/LICENSE old mode 100755 new mode 100644 similarity index 100% rename from LICENSE rename to warnings-root/LICENSE diff --git a/MANIFEST.in b/warnings-root/MANIFEST.in similarity index 100% rename from MANIFEST.in rename to warnings-root/MANIFEST.in diff --git a/README.rst b/warnings-root/README.rst similarity index 100% rename from README.rst rename to warnings-root/README.rst diff --git a/pytest_warnings/__init__.py b/warnings-root/pytest_warnings/__init__.py similarity index 100% rename from pytest_warnings/__init__.py rename to warnings-root/pytest_warnings/__init__.py diff --git a/setup.py b/warnings-root/setup.py similarity index 100% rename from setup.py rename to warnings-root/setup.py diff --git a/tests/helper_test_a.py b/warnings-root/tests/helper_test_a.py similarity index 100% rename from tests/helper_test_a.py rename to warnings-root/tests/helper_test_a.py diff --git a/tests/helper_test_b.py b/warnings-root/tests/helper_test_b.py similarity index 100% rename from tests/helper_test_b.py rename to warnings-root/tests/helper_test_b.py diff --git a/tests/test_warnings.py b/warnings-root/tests/test_warnings.py similarity index 100% rename from tests/test_warnings.py rename to warnings-root/tests/test_warnings.py diff --git a/tests/test_warnings2.py b/warnings-root/tests/test_warnings2.py similarity index 100% rename from tests/test_warnings2.py rename to warnings-root/tests/test_warnings2.py diff --git a/tox.ini b/warnings-root/tox.ini similarity index 100% rename from tox.ini rename to warnings-root/tox.ini