Skip to content

Commit

Permalink
fix(setup.py): packages
Browse files Browse the repository at this point in the history
Fixed error: package directory 'apps/alpr/routes/settings/vehicle' does
not exist
  • Loading branch information
mibs510 committed Jul 9, 2023
1 parent 94a0c24 commit 34cbefc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
'apps/alpr/routes/settings/cameras/manufacturers', 'apps/alpr/routes/settings/general',
'apps/alpr/routes/settings/maintenance', 'apps/alpr/routes/settings/maintenance/rq_dashboard',
'apps/alpr/routes/settings/notifications', 'apps/alpr/routes/settings/profile',
'apps/alpr/routes/settings/users', 'apps/alpr/routes/settings/vehicle', 'apps/api', 'apps/authentication',
'apps/alpr/routes/settings/users', 'apps/alpr/routes/vehicle', 'apps/api', 'apps/authentication',
'apps/db', 'apps/downloads', 'apps/exceptions', 'apps/home', 'apps/static', 'apps/templates',
'apps/uploads', 'nginx'],
include_package_data=True,
url='https://github.com/mibs510/OpenALPR-Webhook',
license='MIT',
author='Connor McMillan',
author_email='[email protected]',
description='OpenALPR-Webhook is a self-hosted web application that accepts Rekor Scout™ POST data allowinglonger '
description='OpenALPR-Webhook is a self-hosted web application that accepts Rekor Scout™ POST data allowing longer '
'data retention. It was designed with an emphasis on security to meet organization/business needs.',
long_description=long_description,
python_requires=">=3.10",
Expand Down

0 comments on commit 34cbefc

Please sign in to comment.