X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=setup.py;h=ad3394754450c974dc59e4a42cc8d193f5229692;hb=7382ca55da347c7d8d89cfd17bb0b01e6719c356;hp=f926f7e30de2ddbf8d07f2fad9112f52f49986f6;hpb=49d6456b9647787b7408a233abec17806ea346b9;p=crypto-install.git diff --git a/setup.py b/setup.py index f926f7e..ad33947 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ class PyTest (TestCommand): setup (name = "crypto_install", version = "0.0.1", - packages = find_packages (), + scripts = ["crypto-install"], install_requires = [], tests_require = ["pytest"], cmdclass = {"test": PyTest})