diff --git a/setup.py b/setup.py index 6ade242..ee541b4 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def read(*rnames): ], entry_points={ 'fanstatic.libraries': [ - 'bootstrap = js.boostrap:library', + 'bootstrap = js.bootstrap:library', ], }, )