Skip to content

Instantly share code, notes, and snippets.

View bradleyhurley's full-sized avatar

Brad Hurley bradleyhurley

  • Cleveland, Ohio
View GitHub Profile
@bradleyhurley
bradleyhurley / pyproject.toml
Created September 20, 2022 04:35
Recreate Poetry Issue
[tool.poetry]
name = "my-project"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[[tool.poetry.source]]
name = "local-pypi-snapshot"
url = "https://artifactory.company.com/artifactory/api/pypi/local-pypi-snapshot/simple"
secondary = true