diff options
author | Oliver Poignant <oliver@poignant.se> | 2017-01-01 17:13:36 +0100 |
---|---|---|
committer | Oliver Poignant <oliver@poignant.se> | 2017-01-01 17:13:36 +0100 |
commit | 8445db9257b844456612a4237e8cf6fe0da2b830 (patch) | |
tree | 5fa6bb0d4612f22e4ca0c48bd5c556fea05cdfe1 /setup.py | |
parent | 19815eeddb5f47f7c379e6e459db9739fc4ddb6a (diff) | |
download | Git-Auto-Deploy-8445db9257b844456612a4237e8cf6fe0da2b830.zip Git-Auto-Deploy-8445db9257b844456612a4237e8cf6fe0da2b830.tar.gz Git-Auto-Deploy-8445db9257b844456612a4237e8cf6fe0da2b830.tar.bz2 |
Web UI build
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,12 +1,12 @@ from setuptools import setup, find_packages setup(name='git-auto-deploy', - version='0.8', + version='0.9', url='https://github.com/olipo186/Git-Auto-Deploy', author='Oliver Poignant', author_email='oliver@poignant.se', packages = find_packages(), - package_data={'gitautodeploy': ['data/*']}, + package_data={'gitautodeploy': ['data/*', 'wwwroot/*']}, entry_points={ 'console_scripts': [ 'git-auto-deploy = gitautodeploy.__main__:main' |