Skip to content

Commit ed8e520

Browse files
committed
Packaging updates
Signed-off-by: Emanuele Ballarin <[email protected]>
1 parent 74e3037 commit ed8e520

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def read(fname):
2222

2323
setup(
2424
name=PACKAGENAME,
25-
version="0.1.6",
25+
version="0.1.7",
2626
author="Emanuele Ballarin",
2727
author_email="[email protected]",
2828
url="https://github.com/emaballarin/foveatorch",
@@ -47,11 +47,11 @@ def read(fname):
4747
"Programming Language :: Python :: 3",
4848
"License :: OSI Approved :: MIT License",
4949
],
50-
python_requires=">=3.10",
50+
python_requires=">=3.11",
5151
install_requires=[
5252
"torch>=2",
5353
"kornia>=0.6.12",
5454
],
55-
include_package_data=True,
56-
zip_safe=False,
55+
include_package_data=False,
56+
zip_safe=True,
5757
)

0 commit comments

Comments
 (0)