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