From 28e1b8c481d42ffa2007ab055791f8c9f0b81560 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Tue, 1 Dec 2015 23:24:57 +0200 Subject: [PATCH] move package into a subdir b/c the test was importing directly from the source and not from installed package in virtualenv --- Makefile => atodorov-test/Makefile | 0 atodorov-test/README.md | 1 + {atodorov_test => atodorov-test/atodorov_test}/__init__.py | 0 setup.py => atodorov-test/setup.py | 0 4 files changed, 1 insertion(+) rename Makefile => atodorov-test/Makefile (100%) create mode 100644 atodorov-test/README.md rename {atodorov_test => atodorov-test/atodorov_test}/__init__.py (100%) rename setup.py => atodorov-test/setup.py (100%) diff --git a/Makefile b/atodorov-test/Makefile similarity index 100% rename from Makefile rename to atodorov-test/Makefile diff --git a/atodorov-test/README.md b/atodorov-test/README.md new file mode 100644 index 0000000..37b74c0 --- /dev/null +++ b/atodorov-test/README.md @@ -0,0 +1 @@ +A dummy package used for testing diff --git a/atodorov_test/__init__.py b/atodorov-test/atodorov_test/__init__.py similarity index 100% rename from atodorov_test/__init__.py rename to atodorov-test/atodorov_test/__init__.py diff --git a/setup.py b/atodorov-test/setup.py similarity index 100% rename from setup.py rename to atodorov-test/setup.py