Skip to content

Commit

Permalink
poetry: Init
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Jan 8, 2019
1 parent 0e49391 commit 259694e
Show file tree
Hide file tree
Showing 2 changed files with 330 additions and 0 deletions.
313 changes: 313 additions & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[tool.poetry]
name = "structurefactor"
version = "0.1.0"
description = "Dependency manager for yodaStruct"
authors = ["Rohit Goswami (HaoZeke) <[email protected]>","Amrita Goswami <[email protected]>"]
license = "MIT"
readme = 'README.md'

[tool.poetry.dependencies]
python = "^3.7"
conan = "^1.11"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"

0 comments on commit 259694e

Please sign in to comment.