diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 83b7e50..ff9867f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,6 +17,8 @@ Added Changed ------- +* Project directory structure. + Fixed ----- diff --git a/tests/hello.pro b/aqt/tests/hello.pro similarity index 100% rename from tests/hello.pro rename to aqt/tests/hello.pro diff --git a/tests/main.cpp b/aqt/tests/main.cpp similarity index 100% rename from tests/main.cpp rename to aqt/tests/main.cpp diff --git a/aqtinst b/bin/aqtinst similarity index 100% rename from aqtinst rename to bin/aqtinst diff --git a/setup.py b/setup.py index 2d5b1e6..ac1af02 100644 --- a/setup.py +++ b/setup.py @@ -29,5 +29,5 @@ setup(name='aqtinstall', 'flake8' ] }, - scripts=["aqtinst"] + scripts=["bin/aqtinst"] )