We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Data files are copied to a weird path when installed throught setup tools as shown by the following log
running install_data creating /tmp/makepkg/vitables/pkg/vitables/usr/* copying ANNOUNCE.txt -> /tmp/makepkg/vitables/pkg/vitables/usr/* copying ChangeLog.txt -> /tmp/makepkg/vitables/pkg/vitables/usr/* copying INSTALL.txt -> /tmp/makepkg/vitables/pkg/vitables/usr/* copying LICENSE.txt -> /tmp/makepkg/vitables/pkg/vitables/usr/* copying README.txt -> /tmp/makepkg/vitables/pkg/vitables/usr/* copying VERSION -> /tmp/makepkg/vitables/pkg/vitables/usr/*
Installed by running
python setup.py install --root="/tmp/makepkg/vitables/pkg/vitables" --optimize=1
The expected location would be something like /usr/share/doc/vitables depending on the distribution.
/usr/share/doc/vitables
The text was updated successfully, but these errors were encountered:
In the 3.0.3 version setuptools is not required. Packages are built via hatch.
Sorry, something went wrong.
No branches or pull requests
Data files are copied to a weird path when installed throught setup tools as shown by the following log
Installed by running
python setup.py install --root="/tmp/makepkg/vitables/pkg/vitables" --optimize=1
The expected location would be something like
/usr/share/doc/vitables
depending on the distribution.The text was updated successfully, but these errors were encountered: