Skip to content
Advertisement

Tag: manifest

Deploy PWA problems

I have been reading all the threads on here regarding PWA deployment and none of the fixes are working. I have a Python web app hosted on python anywhere and would like to deploy it as a PWA. When I add my manifest.json to my root folder and reference this in the index.html file with the below: <link rel=”manifest” href=”./manifest.json”

How can I include package_data without a MANIFEST.in file?

How can I include package_data for sdist without a MANIFEST.in file? My setup.py looks like this: Versions: I just can’t get foo/bar.txt included. Or is this blog post still true? http://blog.codekills.net/2011/07/15/lies,-more-lies-and-python-packaging-documentation-on–package_data-/ Over the last hour, though, I’ve learned that these statements are somewhere between “dangerously misleading” and “damn lies”. This is because the primary type of Python package is a

Advertisement