Every time I use sdist to create a MANIFEST file with the command:
'python setup.py sdist --manifest-only'
The terminal always displays this error.
error: option - manifest is not recognized
I donβt know why and I am looking for help.
I assume that you are using
from setuptools import setup
do you have setup.py? Setuptools does not seem to support this option. I prefer to stick with the standard Python method and use:
from distutils.core import setup
Source: https://habr.com/ru/post/1347940/More articles:Nokogiri - works with XML, not much with HTML - ruby ββ| fooobar.comCompare two spectrograms to find the offset where they fit the algorithm - comparisonVisual Studio cannot resolve a static resource in a WPF window, even if it works at run time - why? - visual-studioDynamic Website Security Issues (PHP + MySQL) - securityGetting TypeError when trying to write a file in Python - pythonWCF 4 Service with REST / SOAP Endpoints in IIS 7.5 - c #Vatir: How to check text is not present on a web page - browserButton style in download mode - cssUsing uncertainty accuracy - wolfram-mathematicaHow to force PHP to use internationalized dates? - dateAll Articles