-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
Currently, pythondialog is only available as a tar.gz archive on PyPI. The problem with this is that it requires the end user to have the setuptools package installed.
Providing a wheel file would solve this.
All that would need to be done is replace
from distutils.core import setup
in setup.py with
from setuptools import setup
And then package it with python setup.py bdist_wheel
Metadata
Metadata
Assignees
Labels
No labels