Moved util scripts to utils

This commit is contained in:
Rhet Turnbull 2020-03-14 07:11:19 -07:00
parent 6f413c64d7
commit d32774f495
6 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ setup(
url="https://github.com/RhetTbull/",
project_urls={"GitHub": "https://github.com/RhetTbull/osxphotos"},
download_url="https://github.com/RhetTbull/osxphotos",
packages=find_packages(exclude=["tests", "examples"]),
packages=find_packages(exclude=["tests", "examples", "utils"]),
license="License :: OSI Approved :: MIT License",
classifiers=[
"Development Status :: 4 - Beta",