Moved util scripts to utils
This commit is contained in:
2
setup.py
2
setup.py
@@ -50,7 +50,7 @@ setup(
|
|||||||
url="https://github.com/RhetTbull/",
|
url="https://github.com/RhetTbull/",
|
||||||
project_urls={"GitHub": "https://github.com/RhetTbull/osxphotos"},
|
project_urls={"GitHub": "https://github.com/RhetTbull/osxphotos"},
|
||||||
download_url="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",
|
license="License :: OSI Approved :: MIT License",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 4 - Beta",
|
"Development Status :: 4 - Beta",
|
||||||
|
|||||||
Reference in New Issue
Block a user