You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try publishing the newest version of emetraltriangles to pypi, I get this error:
Uploading emeraldtriangles-0.1.3.tar.gz
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28.1/28.1 kB • 00:00 • 70.4 MB/s
INFO Response from https://upload.pypi.org/legacy/:
400 Can't have direct dependency: triangle@ git+https://github.com/drufat/triangle.git. See https://packaging.python.org/specifications/core-metadata for more information.
INFO <html>
<head>
<title>400 Can't have direct dependency: triangle@ git+https://github.com/drufat/triangle.git. See https://packaging.python.org/specifications/core-metadata for more information.</title>
</head>
<body>
<h1>400 Can't have direct dependency: triangle@ git+https://github.com/drufat/triangle.git. See https://packaging.python.org/specifications/core-metadata for more information.</h1>
The server could not comply with the request since it is either malformed or otherwise incorrect.<br/><br/>
Can't have direct dependency: triangle@ git+https://github.com/drufat/triangle.git. See https://packaging.python.org/specifications/core-metadata for more information.
</body>
</html>
ERROR HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/
Can't have direct dependency: triangle@ git+https://github.com/drufat/triangle.git. See https://packaging.python.org/specifications/core-metadata for more information.
The text was updated successfully, but these errors were encountered:
@eddjharrison, I see you added this to setup.py five months ago: https://github.com/emerald-geomodelling/EmeraldTriangles/blame/c0fd07d6dcdcb68db9f960f7f1d5f2d3e038bb39/setup.py#L45
When I try publishing the newest version of emetraltriangles to pypi, I get this error:
The text was updated successfully, but these errors were encountered: