Skip to content

Instantly share code, notes, and snippets.

@nylocx
Last active November 5, 2021 06:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nylocx/527a6beacb47ea97d6f7194f7192b5a9 to your computer and use it in GitHub Desktop.
Save nylocx/527a6beacb47ea97d6f7194f7192b5a9 to your computer and use it in GitHub Desktop.
Poetry Bug Demo
[tool.poetry]
name = "poetry-cython-demo"
description = ""
authors = []
version = "0.1.0"
exclude = ["poetry_cython_demo/compiled", "poetry_cython_demo/*.pyx"]
include = [
{ path = "poetry_cython_demo/compiled/**/*", format = "sdist" },
{ path = "poetry_cython_demo/*.pyx", format = "sdist" }
]
[tool.poetry.dependencies]
python = "^3.9"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment