=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/www/py-django-admin-sortable2", "all", "PYTHON_VERSION_REQD=314", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for py314-django-admin-sortable2-2.3.1 * Building wheel... /opt/local/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_py creating build/lib/adminsortable2 copying adminsortable2/__init__.py -> build/lib/adminsortable2 copying adminsortable2/admin.py -> build/lib/adminsortable2 copying adminsortable2/models.py -> build/lib/adminsortable2 running egg_info writing django_admin_sortable2.egg-info/PKG-INFO writing dependency_links to django_admin_sortable2.egg-info/dependency_links.txt writing requirements to django_admin_sortable2.egg-info/requires.txt writing top-level names to django_admin_sortable2.egg-info/top_level.txt reading manifest file 'django_admin_sortable2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'django_admin_sortable2.egg-info/SOURCES.txt' /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'adminsortable2.locale.de.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'adminsortable2.locale.de.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'adminsortable2.locale.de.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'adminsortable2.locale.de.LC_MESSAGES' to be distributed and are already explicitly excluding 'adminsortable2.locale.de.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'adminsortable2.locale.en.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'adminsortable2.locale.en.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'adminsortable2.locale.en.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'adminsortable2.locale.en.LC_MESSAGES' to be distributed and are already explicitly excluding 'adminsortable2.locale.en.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'adminsortable2.locale.es.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'adminsortable2.locale.es.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'adminsortable2.locale.es.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'adminsortable2.locale.es.LC_MESSAGES' to be distributed and are already explicitly excluding 'adminsortable2.locale.es.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'adminsortable2.locale.fa.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'adminsortable2.locale.fa.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'adminsortable2.locale.fa.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'adminsortable2.locale.fa.LC_MESSAGES' to be distributed and are already explicitly excluding 'adminsortable2.locale.fa.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'adminsortable2.locale.fr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'adminsortable2.locale.fr.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'adminsortable2.locale.fr.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'adminsortable2.locale.fr.LC_MESSAGES' to be distributed and are already explicitly excluding 'adminsortable2.locale.fr.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'adminsortable2.locale.it.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'adminsortable2.locale.it.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'adminsortable2.locale.it.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'adminsortable2.locale.it.LC_MESSAGES' to be distributed and are already explicitly excluding 'adminsortable2.locale.it.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'adminsortable2.locale.pl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'adminsortable2.locale.pl.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'adminsortable2.locale.pl.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'adminsortable2.locale.pl.LC_MESSAGES' to be distributed and are already explicitly excluding 'adminsortable2.locale.pl.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'adminsortable2.locale.ru.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'adminsortable2.locale.ru.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'adminsortable2.locale.ru.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'adminsortable2.locale.ru.LC_MESSAGES' to be distributed and are already explicitly excluding 'adminsortable2.locale.ru.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'adminsortable2.locale.uk.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'adminsortable2.locale.uk.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'adminsortable2.locale.uk.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'adminsortable2.locale.uk.LC_MESSAGES' to be distributed and are already explicitly excluding 'adminsortable2.locale.uk.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'adminsortable2.management' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'adminsortable2.management' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'adminsortable2.management' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'adminsortable2.management' to be distributed and are already explicitly excluding 'adminsortable2.management' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'adminsortable2.management.commands' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'adminsortable2.management.commands' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'adminsortable2.management.commands' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'adminsortable2.management.commands' to be distributed and are already explicitly excluding 'adminsortable2.management.commands' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'adminsortable2.static.adminsortable2.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'adminsortable2.static.adminsortable2.css' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'adminsortable2.static.adminsortable2.css' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'adminsortable2.static.adminsortable2.css' to be distributed and are already explicitly excluding 'adminsortable2.static.adminsortable2.css' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'adminsortable2.static.adminsortable2.icons' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'adminsortable2.static.adminsortable2.icons' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'adminsortable2.static.adminsortable2.icons' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'adminsortable2.static.adminsortable2.icons' to be distributed and are already explicitly excluding 'adminsortable2.static.adminsortable2.icons' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'adminsortable2.static.adminsortable2.js' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'adminsortable2.static.adminsortable2.js' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'adminsortable2.static.adminsortable2.js' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'adminsortable2.static.adminsortable2.js' to be distributed and are already explicitly excluding 'adminsortable2.static.adminsortable2.js' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'adminsortable2.templates.adminsortable2' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'adminsortable2.templates.adminsortable2' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'adminsortable2.templates.adminsortable2' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'adminsortable2.templates.adminsortable2' to be distributed and are already explicitly excluding 'adminsortable2.templates.adminsortable2' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /opt/local/lib/python3.14/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'adminsortable2.templates.adminsortable2.edit_inline' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'adminsortable2.templates.adminsortable2.edit_inline' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'adminsortable2.templates.adminsortable2.edit_inline' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'adminsortable2.templates.adminsortable2.edit_inline' to be distributed and are already explicitly excluding 'adminsortable2.templates.adminsortable2.edit_inline' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) creating build/lib/adminsortable2/locale/de/LC_MESSAGES copying adminsortable2/locale/de/LC_MESSAGES/django.mo -> build/lib/adminsortable2/locale/de/LC_MESSAGES copying adminsortable2/locale/de/LC_MESSAGES/django.po -> build/lib/adminsortable2/locale/de/LC_MESSAGES creating build/lib/adminsortable2/locale/en/LC_MESSAGES copying adminsortable2/locale/en/LC_MESSAGES/django.mo -> build/lib/adminsortable2/locale/en/LC_MESSAGES copying adminsortable2/locale/en/LC_MESSAGES/django.po -> build/lib/adminsortable2/locale/en/LC_MESSAGES creating build/lib/adminsortable2/locale/es/LC_MESSAGES copying adminsortable2/locale/es/LC_MESSAGES/django.mo -> build/lib/adminsortable2/locale/es/LC_MESSAGES copying adminsortable2/locale/es/LC_MESSAGES/django.po -> build/lib/adminsortable2/locale/es/LC_MESSAGES creating build/lib/adminsortable2/locale/fa/LC_MESSAGES copying adminsortable2/locale/fa/LC_MESSAGES/django.mo -> build/lib/adminsortable2/locale/fa/LC_MESSAGES copying adminsortable2/locale/fa/LC_MESSAGES/django.po -> build/lib/adminsortable2/locale/fa/LC_MESSAGES creating build/lib/adminsortable2/locale/fr/LC_MESSAGES copying adminsortable2/locale/fr/LC_MESSAGES/django.mo -> build/lib/adminsortable2/locale/fr/LC_MESSAGES copying adminsortable2/locale/fr/LC_MESSAGES/django.po -> build/lib/adminsortable2/locale/fr/LC_MESSAGES creating build/lib/adminsortable2/locale/it/LC_MESSAGES copying adminsortable2/locale/it/LC_MESSAGES/django.mo -> build/lib/adminsortable2/locale/it/LC_MESSAGES copying adminsortable2/locale/it/LC_MESSAGES/django.po -> build/lib/adminsortable2/locale/it/LC_MESSAGES creating build/lib/adminsortable2/locale/pl/LC_MESSAGES copying adminsortable2/locale/pl/LC_MESSAGES/django.mo -> build/lib/adminsortable2/locale/pl/LC_MESSAGES copying adminsortable2/locale/pl/LC_MESSAGES/django.po -> build/lib/adminsortable2/locale/pl/LC_MESSAGES creating build/lib/adminsortable2/locale/ru/LC_MESSAGES copying adminsortable2/locale/ru/LC_MESSAGES/django.mo -> build/lib/adminsortable2/locale/ru/LC_MESSAGES copying adminsortable2/locale/ru/LC_MESSAGES/django.po -> build/lib/adminsortable2/locale/ru/LC_MESSAGES creating build/lib/adminsortable2/locale/uk/LC_MESSAGES copying adminsortable2/locale/uk/LC_MESSAGES/django.mo -> build/lib/adminsortable2/locale/uk/LC_MESSAGES copying adminsortable2/locale/uk/LC_MESSAGES/django.po -> build/lib/adminsortable2/locale/uk/LC_MESSAGES creating build/lib/adminsortable2/management copying adminsortable2/management/__init__.py -> build/lib/adminsortable2/management creating build/lib/adminsortable2/management/commands copying adminsortable2/management/commands/__init__.py -> build/lib/adminsortable2/management/commands copying adminsortable2/management/commands/reorder.py -> build/lib/adminsortable2/management/commands creating build/lib/adminsortable2/static/adminsortable2/css copying adminsortable2/static/adminsortable2/css/sortable.css -> build/lib/adminsortable2/static/adminsortable2/css creating build/lib/adminsortable2/static/adminsortable2/icons copying adminsortable2/static/adminsortable2/icons/drag.png -> build/lib/adminsortable2/static/adminsortable2/icons creating build/lib/adminsortable2/static/adminsortable2/js copying adminsortable2/static/adminsortable2/js/actions-4.2.js -> build/lib/adminsortable2/static/adminsortable2/js copying adminsortable2/static/adminsortable2/js/actions-5.0.js -> build/lib/adminsortable2/static/adminsortable2/js copying adminsortable2/static/adminsortable2/js/actions-5.1.js -> build/lib/adminsortable2/static/adminsortable2/js copying adminsortable2/static/adminsortable2/js/actions-5.2.js -> build/lib/adminsortable2/static/adminsortable2/js copying adminsortable2/static/adminsortable2/js/actions-6.0.js -> build/lib/adminsortable2/static/adminsortable2/js copying adminsortable2/static/adminsortable2/js/adminsortable2.js -> build/lib/adminsortable2/static/adminsortable2/js copying adminsortable2/static/adminsortable2/js/adminsortable2.min.js -> build/lib/adminsortable2/static/adminsortable2/js creating build/lib/adminsortable2/templates/adminsortable2 copying adminsortable2/templates/adminsortable2/change_list.html -> build/lib/adminsortable2/templates/adminsortable2 creating build/lib/adminsortable2/templates/adminsortable2/edit_inline copying adminsortable2/templates/adminsortable2/edit_inline/stacked-django-4.2.html -> build/lib/adminsortable2/templates/adminsortable2/edit_inline copying adminsortable2/templates/adminsortable2/edit_inline/stacked-django-5.0.html -> build/lib/adminsortable2/templates/adminsortable2/edit_inline copying adminsortable2/templates/adminsortable2/edit_inline/stacked-django-5.1.html -> build/lib/adminsortable2/templates/adminsortable2/edit_inline copying adminsortable2/templates/adminsortable2/edit_inline/stacked-django-5.1.html.orig -> build/lib/adminsortable2/templates/adminsortable2/edit_inline copying adminsortable2/templates/adminsortable2/edit_inline/stacked-django-5.2.html -> build/lib/adminsortable2/templates/adminsortable2/edit_inline copying adminsortable2/templates/adminsortable2/edit_inline/stacked-django-5.2.html.orig -> build/lib/adminsortable2/templates/adminsortable2/edit_inline copying adminsortable2/templates/adminsortable2/edit_inline/stacked-django-6.0.html -> build/lib/adminsortable2/templates/adminsortable2/edit_inline copying adminsortable2/templates/adminsortable2/edit_inline/stacked-django-6.0.html.orig -> build/lib/adminsortable2/templates/adminsortable2/edit_inline copying adminsortable2/templates/adminsortable2/edit_inline/tabular-django-4.2.html -> build/lib/adminsortable2/templates/adminsortable2/edit_inline copying adminsortable2/templates/adminsortable2/edit_inline/tabular-django-4.2.html.orig -> build/lib/adminsortable2/templates/adminsortable2/edit_inline copying adminsortable2/templates/adminsortable2/edit_inline/tabular-django-5.0.html -> build/lib/adminsortable2/templates/adminsortable2/edit_inline copying adminsortable2/templates/adminsortable2/edit_inline/tabular-django-5.0.html.orig -> build/lib/adminsortable2/templates/adminsortable2/edit_inline copying adminsortable2/templates/adminsortable2/edit_inline/tabular-django-5.1.html -> build/lib/adminsortable2/templates/adminsortable2/edit_inline copying adminsortable2/templates/adminsortable2/edit_inline/tabular-django-5.1.html.orig -> build/lib/adminsortable2/templates/adminsortable2/edit_inline copying adminsortable2/templates/adminsortable2/edit_inline/tabular-django-5.2.html -> build/lib/adminsortable2/templates/adminsortable2/edit_inline copying adminsortable2/templates/adminsortable2/edit_inline/tabular-django-5.2.html.orig -> build/lib/adminsortable2/templates/adminsortable2/edit_inline copying adminsortable2/templates/adminsortable2/edit_inline/tabular-django-6.0.html -> build/lib/adminsortable2/templates/adminsortable2/edit_inline copying adminsortable2/templates/adminsortable2/edit_inline/tabular-django-6.0.html.orig -> build/lib/adminsortable2/templates/adminsortable2/edit_inline installing to build/bdist.solaris-2.11-i86pc.64bit/wheel running install running install_lib creating build/bdist.solaris-2.11-i86pc.64bit/wheel creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2 copying build/lib/adminsortable2/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2 copying build/lib/adminsortable2/admin.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2 copying build/lib/adminsortable2/models.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2 creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2/locale creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2/locale/de creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2/locale/de/LC_MESSAGES copying build/lib/adminsortable2/locale/de/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/locale/de/LC_MESSAGES copying build/lib/adminsortable2/locale/de/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/locale/de/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2/locale/en creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2/locale/en/LC_MESSAGES copying build/lib/adminsortable2/locale/en/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/locale/en/LC_MESSAGES copying build/lib/adminsortable2/locale/en/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/locale/en/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2/locale/es creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2/locale/es/LC_MESSAGES copying build/lib/adminsortable2/locale/es/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/locale/es/LC_MESSAGES copying build/lib/adminsortable2/locale/es/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/locale/es/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2/locale/fa creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2/locale/fa/LC_MESSAGES copying build/lib/adminsortable2/locale/fa/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/locale/fa/LC_MESSAGES copying build/lib/adminsortable2/locale/fa/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/locale/fa/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2/locale/fr creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2/locale/fr/LC_MESSAGES copying build/lib/adminsortable2/locale/fr/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/locale/fr/LC_MESSAGES copying build/lib/adminsortable2/locale/fr/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/locale/fr/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2/locale/it creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2/locale/it/LC_MESSAGES copying build/lib/adminsortable2/locale/it/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/locale/it/LC_MESSAGES copying build/lib/adminsortable2/locale/it/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/locale/it/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2/locale/pl creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2/locale/pl/LC_MESSAGES copying build/lib/adminsortable2/locale/pl/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/locale/pl/LC_MESSAGES copying build/lib/adminsortable2/locale/pl/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/locale/pl/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2/locale/ru creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2/locale/ru/LC_MESSAGES copying build/lib/adminsortable2/locale/ru/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/locale/ru/LC_MESSAGES copying build/lib/adminsortable2/locale/ru/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/locale/ru/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2/locale/uk creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2/locale/uk/LC_MESSAGES copying build/lib/adminsortable2/locale/uk/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/locale/uk/LC_MESSAGES copying build/lib/adminsortable2/locale/uk/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/locale/uk/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2/management copying build/lib/adminsortable2/management/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/management creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2/management/commands copying build/lib/adminsortable2/management/commands/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/management/commands copying build/lib/adminsortable2/management/commands/reorder.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/management/commands creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2/static creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2/static/adminsortable2 creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2/static/adminsortable2/css copying build/lib/adminsortable2/static/adminsortable2/css/sortable.css -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/static/adminsortable2/css creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2/static/adminsortable2/icons copying build/lib/adminsortable2/static/adminsortable2/icons/drag.png -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/static/adminsortable2/icons creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2/static/adminsortable2/js copying build/lib/adminsortable2/static/adminsortable2/js/actions-4.2.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/static/adminsortable2/js copying build/lib/adminsortable2/static/adminsortable2/js/actions-5.0.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/static/adminsortable2/js copying build/lib/adminsortable2/static/adminsortable2/js/actions-5.1.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/static/adminsortable2/js copying build/lib/adminsortable2/static/adminsortable2/js/actions-5.2.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/static/adminsortable2/js copying build/lib/adminsortable2/static/adminsortable2/js/actions-6.0.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/static/adminsortable2/js copying build/lib/adminsortable2/static/adminsortable2/js/adminsortable2.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/static/adminsortable2/js copying build/lib/adminsortable2/static/adminsortable2/js/adminsortable2.min.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/static/adminsortable2/js creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2/templates creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2/templates/adminsortable2 copying build/lib/adminsortable2/templates/adminsortable2/change_list.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/templates/adminsortable2 creating build/bdist.solaris-2.11-i86pc.64bit/wheel/adminsortable2/templates/adminsortable2/edit_inline copying build/lib/adminsortable2/templates/adminsortable2/edit_inline/stacked-django-4.2.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/templates/adminsortable2/edit_inline copying build/lib/adminsortable2/templates/adminsortable2/edit_inline/stacked-django-5.0.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/templates/adminsortable2/edit_inline copying build/lib/adminsortable2/templates/adminsortable2/edit_inline/stacked-django-5.1.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/templates/adminsortable2/edit_inline copying build/lib/adminsortable2/templates/adminsortable2/edit_inline/stacked-django-5.1.html.orig -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/templates/adminsortable2/edit_inline copying build/lib/adminsortable2/templates/adminsortable2/edit_inline/stacked-django-5.2.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/templates/adminsortable2/edit_inline copying build/lib/adminsortable2/templates/adminsortable2/edit_inline/stacked-django-5.2.html.orig -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/templates/adminsortable2/edit_inline copying build/lib/adminsortable2/templates/adminsortable2/edit_inline/stacked-django-6.0.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/templates/adminsortable2/edit_inline copying build/lib/adminsortable2/templates/adminsortable2/edit_inline/stacked-django-6.0.html.orig -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/templates/adminsortable2/edit_inline copying build/lib/adminsortable2/templates/adminsortable2/edit_inline/tabular-django-4.2.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/templates/adminsortable2/edit_inline copying build/lib/adminsortable2/templates/adminsortable2/edit_inline/tabular-django-4.2.html.orig -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/templates/adminsortable2/edit_inline copying build/lib/adminsortable2/templates/adminsortable2/edit_inline/tabular-django-5.0.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/templates/adminsortable2/edit_inline copying build/lib/adminsortable2/templates/adminsortable2/edit_inline/tabular-django-5.0.html.orig -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/templates/adminsortable2/edit_inline copying build/lib/adminsortable2/templates/adminsortable2/edit_inline/tabular-django-5.1.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/templates/adminsortable2/edit_inline copying build/lib/adminsortable2/templates/adminsortable2/edit_inline/tabular-django-5.1.html.orig -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/templates/adminsortable2/edit_inline copying build/lib/adminsortable2/templates/adminsortable2/edit_inline/tabular-django-5.2.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/templates/adminsortable2/edit_inline copying build/lib/adminsortable2/templates/adminsortable2/edit_inline/tabular-django-5.2.html.orig -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/templates/adminsortable2/edit_inline copying build/lib/adminsortable2/templates/adminsortable2/edit_inline/tabular-django-6.0.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/templates/adminsortable2/edit_inline copying build/lib/adminsortable2/templates/adminsortable2/edit_inline/tabular-django-6.0.html.orig -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./adminsortable2/templates/adminsortable2/edit_inline running install_egg_info Copying django_admin_sortable2.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./django_admin_sortable2-2.3.1-py3.14.egg-info running install_scripts creating build/bdist.solaris-2.11-i86pc.64bit/wheel/django_admin_sortable2-2.3.1.dist-info/WHEEL creating '/tmp/work/www/py-django-admin-sortable2/work/django_admin_sortable2-2.3.1/dist/.tmp-_0nbct4f/django_admin_sortable2-2.3.1-py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it adding 'adminsortable2/__init__.py' adding 'adminsortable2/admin.py' adding 'adminsortable2/models.py' adding 'adminsortable2/locale/de/LC_MESSAGES/django.mo' adding 'adminsortable2/locale/de/LC_MESSAGES/django.po' adding 'adminsortable2/locale/en/LC_MESSAGES/django.mo' adding 'adminsortable2/locale/en/LC_MESSAGES/django.po' adding 'adminsortable2/locale/es/LC_MESSAGES/django.mo' adding 'adminsortable2/locale/es/LC_MESSAGES/django.po' adding 'adminsortable2/locale/fa/LC_MESSAGES/django.mo' adding 'adminsortable2/locale/fa/LC_MESSAGES/django.po' adding 'adminsortable2/locale/fr/LC_MESSAGES/django.mo' adding 'adminsortable2/locale/fr/LC_MESSAGES/django.po' adding 'adminsortable2/locale/it/LC_MESSAGES/django.mo' adding 'adminsortable2/locale/it/LC_MESSAGES/django.po' adding 'adminsortable2/locale/pl/LC_MESSAGES/django.mo' adding 'adminsortable2/locale/pl/LC_MESSAGES/django.po' adding 'adminsortable2/locale/ru/LC_MESSAGES/django.mo' adding 'adminsortable2/locale/ru/LC_MESSAGES/django.po' adding 'adminsortable2/locale/uk/LC_MESSAGES/django.mo' adding 'adminsortable2/locale/uk/LC_MESSAGES/django.po' adding 'adminsortable2/management/__init__.py' adding 'adminsortable2/management/commands/__init__.py' adding 'adminsortable2/management/commands/reorder.py' adding 'adminsortable2/static/adminsortable2/css/sortable.css' adding 'adminsortable2/static/adminsortable2/icons/drag.png' adding 'adminsortable2/static/adminsortable2/js/actions-4.2.js' adding 'adminsortable2/static/adminsortable2/js/actions-5.0.js' adding 'adminsortable2/static/adminsortable2/js/actions-5.1.js' adding 'adminsortable2/static/adminsortable2/js/actions-5.2.js' adding 'adminsortable2/static/adminsortable2/js/actions-6.0.js' adding 'adminsortable2/static/adminsortable2/js/adminsortable2.js' adding 'adminsortable2/static/adminsortable2/js/adminsortable2.min.js' adding 'adminsortable2/templates/adminsortable2/change_list.html' adding 'adminsortable2/templates/adminsortable2/edit_inline/stacked-django-4.2.html' adding 'adminsortable2/templates/adminsortable2/edit_inline/stacked-django-5.0.html' adding 'adminsortable2/templates/adminsortable2/edit_inline/stacked-django-5.1.html' adding 'adminsortable2/templates/adminsortable2/edit_inline/stacked-django-5.1.html.orig' adding 'adminsortable2/templates/adminsortable2/edit_inline/stacked-django-5.2.html' adding 'adminsortable2/templates/adminsortable2/edit_inline/stacked-django-5.2.html.orig' adding 'adminsortable2/templates/adminsortable2/edit_inline/stacked-django-6.0.html' adding 'adminsortable2/templates/adminsortable2/edit_inline/stacked-django-6.0.html.orig' adding 'adminsortable2/templates/adminsortable2/edit_inline/tabular-django-4.2.html' adding 'adminsortable2/templates/adminsortable2/edit_inline/tabular-django-4.2.html.orig' adding 'adminsortable2/templates/adminsortable2/edit_inline/tabular-django-5.0.html' adding 'adminsortable2/templates/adminsortable2/edit_inline/tabular-django-5.0.html.orig' adding 'adminsortable2/templates/adminsortable2/edit_inline/tabular-django-5.1.html' adding 'adminsortable2/templates/adminsortable2/edit_inline/tabular-django-5.1.html.orig' adding 'adminsortable2/templates/adminsortable2/edit_inline/tabular-django-5.2.html' adding 'adminsortable2/templates/adminsortable2/edit_inline/tabular-django-5.2.html.orig' adding 'adminsortable2/templates/adminsortable2/edit_inline/tabular-django-6.0.html' adding 'adminsortable2/templates/adminsortable2/edit_inline/tabular-django-6.0.html.orig' adding 'django_admin_sortable2-2.3.1.dist-info/licenses/LICENSE' adding 'django_admin_sortable2-2.3.1.dist-info/METADATA' adding 'django_admin_sortable2-2.3.1.dist-info/WHEEL' adding 'django_admin_sortable2-2.3.1.dist-info/top_level.txt' adding 'django_admin_sortable2-2.3.1.dist-info/RECORD' removing build/bdist.solaris-2.11-i86pc.64bit/wheel Successfully built django_admin_sortable2-2.3.1-py3-none-any.whl