from setuptools import setup
setup(
name = 'vsearch'
version = '1.0'
description = 'The Head First Python Search Tools',
author = 'HF Python 2e',
author_email = '[email protected]',
url = 'headfirstlabs.com',
py_modules = ['vsearch'],
)The above gets stuck at "version '1.0'" It is from the book 'Head First Python', page 179, regarding site packages.
Site packages, Python 3.8
|
Site packages, Python 3.8
|
|
Jan-18-2020, 09:19 PM
you have 2 missing commas
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link Create MCV example Debug small programs
Jan-18-2020, 10:42 PM
|
|
|
Users browsing this thread: 1 Guest(s)
