mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
Update attribution and copyright to reflect Tweag's support
This commit is contained in:
parent
ac1b5659a3
commit
62b1ec8cc9
2 changed files with 5 additions and 1 deletions
3
LICENSE
3
LICENSE
|
@ -1,6 +1,7 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2019 The poetry2nix Developers
|
||||
Copyright (c) 2019-2021 Tweag
|
||||
Copyright (c) 2019-2021 The poetry2nix contributors
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
# poetry2nix
|
||||
_poetry2nix_ turns [Poetry](https://poetry.eustace.io/) projects into Nix derivations without the need to actually write Nix expressions. It does so by parsing `pyproject.toml` and `poetry.lock` and converting them to Nix derivations on the fly.
|
||||
|
||||
For more information, see [the announcement post on the Tweag blog](https://www.tweag.io/blog/2020-08-12-poetry2nix/). Development of `poetry2nix` has been supported by [Tweag](https://tweag.io).
|
||||
|
||||
## API
|
||||
|
||||
The _poetry2nix_ public API consists of the following attributes:
|
||||
|
@ -301,3 +303,4 @@ nix-build --keep-going --show-trace tests/default.nix
|
|||
|
||||
## License
|
||||
_poetry2nix_ is released under the terms of the MIT license.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue