Skip to content

Commit

Permalink
remove wq.app.build entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Sep 6, 2022
1 parent 5f018b3 commit 60cd668
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@ def create_wq_namespace():
author_email='[email protected]',
url='https://wq.io/wq.app',
license='MIT',
packages=['wq', 'wq.app', 'wq.app.build'],
packages=['wq', 'wq.app'],
package_dir={
'wq.app': '.',
'wq.app.build': './build',
},
package_data={
'wq.app': [
Expand All @@ -71,7 +70,6 @@ def create_wq_namespace():
description=LONG_DESCRIPTION.strip(),
long_description=readme(),
long_description_content_type='text/markdown',
entry_points={'wq': 'wq.app=wq.app.build'},
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
Expand Down

0 comments on commit 60cd668

Please sign in to comment.