Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Moved pyproject.toml and poetry.lock to top-level directory
Browse files Browse the repository at this point in the history
This is a (temporary?) workaround for #20. Down the line, I'll probably start publishing `theta-python` to PyPI and refactor some of the Nix stuff, which will let me move the Python stuff back to the `python` directory.
  • Loading branch information
TikhonJelvis committed Feb 4, 2022
1 parent 195eaaf commit f1ea3f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
File renamed without changes.
5 changes: 4 additions & 1 deletion python/pyproject.toml → pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
name = "theta-python"
version = "0.1.0"
description = "Support libraries for using Theta types from Python"
authors = ["Tikhon Jelvis <tikhon@jelv.is>"]
authors = ["Target Brands, Inc"]
license = "Apache License, Version 2.0"
packages = [
{ include = "python/**/*.py" },
]

[tool.poetry.dependencies]
python = "^3.7"
Expand Down

0 comments on commit f1ea3f1

Please sign in to comment.