I found the offending line in the setup.py file.

Before I remove it and commit the change (snapcraft uses a git checkout to 
build the snap), what does this line do?

cmdclass={'clean': janitor.CleanCommand} # clean more than setuptools, #1055

With it I get the following error:

python3 setup.py bdist_wheel
Creating entry_points for [OS name - system]: posix - Linux
Traceback (most recent call last):
  File "setup.py", line 171, in <module>
    cmdclass={'clean': janitor.CleanCommand} # clean more than setuptools, 
#1055
NameError: name 'janitor' is not defined

Without it I can build the wheel just fine.

Chris


-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/1df43bcb-d88e-4315-9302-018f83d661bb%40googlegroups.com.

Reply via email to