Giter VIP home page Giter VIP logo

Comments (3)

jseutter avatar jseutter commented on July 22, 2024

Packaging in Python is the bane of my existence. I tried a MANIFEST.in but it had no effect. Same with setting package_data in setup.py. Do you have any other ideas? I am using setuptools currently.

from ofxparse.

danc86 avatar danc86 commented on July 22, 2024

Are you sure it had no effect? How did you try it? It works for me with the above commit (using python-setuptools-0.6.36-1.fc19):

$ python setup.py sdist
running sdist
running egg_info
writing requirements to ofxparse.egg-info/requires.txt
writing ofxparse.egg-info/PKG-INFO
writing top-level names to ofxparse.egg-info/top_level.txt
writing dependency_links to ofxparse.egg-info/dependency_links.txt
writing entry points to ofxparse.egg-info/entry_points.txt
reading manifest file 'ofxparse.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'ofxparse.egg-info/SOURCES.txt'
running check
creating ofxparse-0.13
creating ofxparse-0.13/ofxparse
creating ofxparse-0.13/ofxparse.egg-info
creating ofxparse-0.13/tests
creating ofxparse-0.13/tests/fixtures
creating ofxparse-0.13/tests/fixtures/fail_nice
making hard links in ofxparse-0.13...
hard linking AUTHORS -> ofxparse-0.13
hard linking LICENSE -> ofxparse-0.13
hard linking MANIFEST.in -> ofxparse-0.13
hard linking README -> ofxparse-0.13
hard linking setup.cfg -> ofxparse-0.13
hard linking setup.py -> ofxparse-0.13
hard linking ofxparse/__init__.py -> ofxparse-0.13/ofxparse
hard linking ofxparse/mcc.py -> ofxparse-0.13/ofxparse
hard linking ofxparse/ofxparse.py -> ofxparse-0.13/ofxparse
hard linking ofxparse/ofxutil.py -> ofxparse-0.13/ofxparse
hard linking ofxparse.egg-info/PKG-INFO -> ofxparse-0.13/ofxparse.egg-info
hard linking ofxparse.egg-info/SOURCES.txt -> ofxparse-0.13/ofxparse.egg-info
hard linking ofxparse.egg-info/dependency_links.txt -> ofxparse-0.13/ofxparse.egg-info
hard linking ofxparse.egg-info/entry_points.txt -> ofxparse-0.13/ofxparse.egg-info
hard linking ofxparse.egg-info/requires.txt -> ofxparse-0.13/ofxparse.egg-info
hard linking ofxparse.egg-info/top_level.txt -> ofxparse-0.13/ofxparse.egg-info
hard linking ofxparse.egg-info/zip-safe -> ofxparse-0.13/ofxparse.egg-info
hard linking tests/__init__.py -> ofxparse-0.13/tests
hard linking tests/support.py -> ofxparse-0.13/tests
hard linking tests/test_parse.py -> ofxparse-0.13/tests
hard linking tests/test_write.py -> ofxparse-0.13/tests
hard linking tests/fixtures/account_listing_aggregation.ofx -> ofxparse-0.13/tests/fixtures
hard linking tests/fixtures/bank_medium.ofx -> ofxparse-0.13/tests/fixtures
hard linking tests/fixtures/bank_small.ofx -> ofxparse-0.13/tests/fixtures
hard linking tests/fixtures/checking.ofx -> ofxparse-0.13/tests/fixtures
hard linking tests/fixtures/fidelity.ofx -> ofxparse-0.13/tests/fixtures
hard linking tests/fixtures/investment_medium.ofx -> ofxparse-0.13/tests/fixtures
hard linking tests/fixtures/multiple_accounts.ofx -> ofxparse-0.13/tests/fixtures
hard linking tests/fixtures/multiple_accounts2.ofx -> ofxparse-0.13/tests/fixtures
hard linking tests/fixtures/signon_fail.ofx -> ofxparse-0.13/tests/fixtures
hard linking tests/fixtures/signon_success.ofx -> ofxparse-0.13/tests/fixtures
hard linking tests/fixtures/signon_success_no_message.ofx -> ofxparse-0.13/tests/fixtures
hard linking tests/fixtures/vanguard.ofx -> ofxparse-0.13/tests/fixtures
hard linking tests/fixtures/fail_nice/date_missing.ofx -> ofxparse-0.13/tests/fixtures/fail_nice
hard linking tests/fixtures/fail_nice/decimal_error.ofx -> ofxparse-0.13/tests/fixtures/fail_nice
hard linking tests/fixtures/fail_nice/empty_balance.ofx -> ofxparse-0.13/tests/fixtures/fail_nice
copying setup.cfg -> ofxparse-0.13
Writing ofxparse-0.13/setup.cfg
Creating tar archive
removing 'ofxparse-0.13' (and everything under it)

from ofxparse.

jseutter avatar jseutter commented on July 22, 2024

Oh geez, I had a complete brainfart on the format of that file. Thanks for making it extra obvious for me :P.

from ofxparse.

Related Issues (20)

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.