Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rather minor nit #28

Closed
DavidNSB opened this issue Dec 27, 2020 · 1 comment
Closed

Rather minor nit #28

DavidNSB opened this issue Dec 27, 2020 · 1 comment

Comments

@DavidNSB
Copy link

When I ran python setup.py build, I got an error message:

reading manifest template 'MANIFEST.in'
warning: no directories found matching 'koobdl\commands'
warning: no previously-included files matching '*.pyc' found anywhere in distribution

Looking at manifest.in, I modified the second line from graft koobdl/commands to kobodl/commands.

graft kobodl/templates
graft kobodl/commands
global-exclude *.pyc

@subdavis
Copy link
Owner

Fixed in #29

Because that's a package, it gets included in python setup.py sdist anyway because of find_packages(). If it had been templates, there would have been an issue!

Thank you.

linyaa-kiwi added a commit to linyaa-kiwi/kobodl that referenced this issue Feb 20, 2025
This is a port of the following commits from a different repo:

    repo https://github.com/TnS-hun/kobo-book-downloader

    commit e767d92
    CommitDate: Sun Nov 17 19:37:00 2024 +0100

        [fixed] GetExtraLoginParameters failed again with error 403

        Fixes subdavis#28

    commit 2b2d0df
    CommitDate: Thu Nov 14 14:30:19 2024 +0100

        [fixed] GetExtraLoginParameters failed with error 403

        Fixes subdavis#28

Fixes: subdavis#121
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants