X-Git-Url: http://git.veekun.com/zzz-spline-gts.git/blobdiff_plain/b857c1e49fbc463e8c25c85fc0ec443d7c7d653f..refs/tags/veekun-promotions/2010101701:/setup.py diff --git a/setup.py b/setup.py index 7dd0cfc..2f96d5b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'spline-gts', version = '0.1', packages = find_packages(), - + install_requires = [ 'spline', 'spline-users', @@ -14,7 +14,7 @@ setup( zip_safe = False, - entry_points = {'spline.plugins': 'gts = spline.plugins.gts:GTSPlugin'}, + entry_points = {'spline.plugins': 'gts = splinext.gts:GTSPlugin'}, - namespace_packages = ['spline', 'spline.plugins'], + namespace_packages = ['splinext'], )