Closed kaufManu closed 8 months ago
Hello, i added the project_urls and i coud send the package
project_urls={ 'Documentation': 'https://your_package_name.readthedocs.io', 'Source': 'https://github.com/your_username/your_package_name', 'Bug Tracker': 'https://github.com/your_username/your_package_name/issues', }
below the:
`
install_requires=[
],
`
That indeed solves it, thanks a lot for the quick reply!
Is there an existing issue for this?
What keywords did you use to search existing issues?
upload invalid URL ''
What operating system(s) are you using?
Windows 10
If you selected 'Other', describe your Operating System here
No response
What version of Python are you running?
How did you install twine? Did you use your operating system's package manager or pip or something else?
What version of twine do you have installed (include the complete output)
Which package repository are you using?
https://upload.pypi.org/legacy/
Please describe the issue that you are experiencing
I've switched to using token-based authentication and I'm since getting the following error message:
I found several issues mentioning that this could be caused by a bad URL field in the
setup.py
, but as far as I can tell it's correct (also I never had this issue before and the URL in the setup.py did not change). I found this issue that mentioned that the URL should also be added tosetup.cfg
, which I did, but the same error message appears.Please list the steps required to reproduce this behaviour
See issue description above.
Please include the PKG-INFO file contents from the artifact you're attempting to upload
On macOS with Apple Silicon it is recommended to use PyQt6. Please check this issue for installation instructions.
For more advanced installation and for installing SMPL body models, please refer to the documentation .
Features
Quickstart
Display an SMPL T-pose (Requires SMPL models):
Projects using the aitviewer
A sampling of projects using the aitviewer. Let us know if you want to be added to this list!
Citation
If you use this software, please cite it as below.
Contact & Contributions
This software was developed by Manuel Kaufmann, Velko Vechev and Dario Mylonopoulos. For questions please create an issue. We welcome and encourage module and feature contributions from the community.
Anything else you'd like to mention?
No response