Skip to content

Conversation

@StanFromIreland
Copy link
Contributor

Closes #14

@bodograumann
Copy link
Owner

I am not able to build the wheel anymore on this branch. Is it still python setup.py sdist or do we need to update the instructions?

$ python setup.py sdist
Traceback (most recent call last):
File "/home/bodo/Code/python-iconv/setup.py", line 1, in
from setuptools import setup, Extension
ModuleNotFoundError: No module named 'setuptools'

@StanFromIreland
Copy link
Contributor Author

From your log it seems you are running without the setuptools package, with it installed I can run python setup.py sdist on my system with no issues on this branch.

@bodograumann
Copy link
Owner

Seems like since python 3.12 setuptools is not installed automatically anymore. I have updated the README.
Tested uploading the package to TestPyPI and it looks good 🎉

@bodograumann bodograumann merged commit 87b141b into bodograumann:master Nov 1, 2025
6 of 22 checks passed
@StanFromIreland StanFromIreland deleted the pyproject branch November 1, 2025 21:07
@StanFromIreland
Copy link
Contributor Author

Seems like since python 3.12 setuptools is not installed automatically anymore.

Yes, it was removed from the stdlib.

@bodograumann
Copy link
Owner

Ah good to know. Also it seems the current license field syntax is not yet supported with python 3.8. I'll remove the version from the tests. 🤷

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use pyproject.toml?

2 participants