Change project directory structure

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2019-03-20 12:34:11 +09:00
parent f80815f574
commit a24d877f59
5 changed files with 3 additions and 1 deletions

View File

@@ -17,6 +17,8 @@ Added
Changed Changed
------- -------
* Project directory structure.
Fixed Fixed
----- -----

View File

@@ -29,5 +29,5 @@ setup(name='aqtinstall',
'flake8' 'flake8'
] ]
}, },
scripts=["aqtinst"] scripts=["bin/aqtinst"]
) )