Python Forum
Thread Rating:
  • 2 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
setup()
#10
hare50 Wrote:where does 'setup.py, reside?
You miss the point,you make setup.py
If look at my tutorial that has been posted before.
Making the first wheel i have setup.py and power.py is same folder.
In setup.py i point to py_modules=['power'] module which is file power.py.

Then i make wheel.
python setup.py bdist_wheel --universal
I do not mention Source Distributions(sdist),because wheel is the preferred way.
But can make zip file with same setup.py bye running.
python setup.py sdist --formats=zip
Reply


Messages In This Thread
setup() - by hare50 - Jul-25-2017, 12:53 AM
RE: setup() - by Larz60+ - Jul-25-2017, 01:08 AM
RE: setup() - by hare50 - Jul-27-2017, 09:41 PM
RE: setup() - by Larz60+ - Jul-28-2017, 02:38 AM
RE: setup() - by snippsat - Jul-28-2017, 06:52 AM
RE: setup() - by hare50 - Jul-28-2017, 04:58 PM
RE: setup() - by snippsat - Jul-28-2017, 05:24 PM
RE: setup() - by hare50 - Aug-01-2017, 08:52 PM
RE: setup() - by hare50 - Aug-02-2017, 07:54 AM
RE: setup() - by snippsat - Aug-02-2017, 09:25 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020