@@ -0,0 +1,13 @@
all: clean sdist wheel
clean:
rm -rf dist daemonize.egg-info
sdist:
python setup.py sdist
wheel:
python setup.py bdist_wheel
upload:
python setup.py upload
@@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1
The note is not visible to the blocked user.