Code Monkey home page Code Monkey logo

Comments (4)

playpauseandstop avatar playpauseandstop commented on June 22, 2024

Strange, I've added

include flask_dropbox/templates/dropbox/*.html

line to MANIFEST.in and python setup.py sdist already included that file to source distribution:

arpegius:Flask-Dropbox playpauseandstop$ python setup.py sdist
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
  warnings.warn(msg)
running sdist
running check
warning: sdist: standard file not found: should have one of README, README.txt

reading manifest template 'MANIFEST.in'
writing manifest file 'MANIFEST'
creating Flask-Dropbox-0.1.2
creating Flask-Dropbox-0.1.2/flask_dropbox
creating Flask-Dropbox-0.1.2/flask_dropbox/templates
creating Flask-Dropbox-0.1.2/flask_dropbox/templates/dropbox
making hard links in Flask-Dropbox-0.1.2...
hard linking LICENSE -> Flask-Dropbox-0.1.2
hard linking MANIFEST.in -> Flask-Dropbox-0.1.2
hard linking README.rst -> Flask-Dropbox-0.1.2
hard linking setup.py -> Flask-Dropbox-0.1.2
hard linking flask_dropbox/__init__.py -> Flask-Dropbox-0.1.2/flask_dropbox
hard linking flask_dropbox/blueprint.py -> Flask-Dropbox-0.1.2/flask_dropbox
hard linking flask_dropbox/settings.py -> Flask-Dropbox-0.1.2/flask_dropbox
hard linking flask_dropbox/utils.py -> Flask-Dropbox-0.1.2/flask_dropbox
hard linking flask_dropbox/views.py -> Flask-Dropbox-0.1.2/flask_dropbox
hard linking flask_dropbox/templates/dropbox/callback.html -> Flask-Dropbox-0.1.2/flask_dropbox/templates/dropbox
Creating tar archive
removing 'Flask-Dropbox-0.1.2' (and everything under it)

So, which version of Flask-Dropbox did you use?

from flask-dropbox.

lost-theory avatar lost-theory commented on June 22, 2024

I used the version that was on pypi (Flask-Dropbox-0.1.1.tar.gz). I think that MANIFEST.in handles putting the file into the distribution (the tgz), but package_data in setup.py is what handles actually installing the file. For example, with the new 0.1.2 you just released:

https://gist.github.com/3091483

from flask-dropbox.

playpauseandstop avatar playpauseandstop commented on June 22, 2024

ok, got you, thanks for reporting

will fix this in some minutes

from flask-dropbox.

playpauseandstop avatar playpauseandstop commented on June 22, 2024

Fixed in 410d158. Closed

from flask-dropbox.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.