Skip to content

Commit

Permalink
Merge pull request #3 from tochka-public/fix/release-building
Browse files Browse the repository at this point in the history
Fix/release building
  • Loading branch information
Moootya authored Feb 24, 2024
2 parents 6ba86a8 + f007608 commit 96b4845
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[project]
name = "ml-pipeline-engine"
readme = "README.md"
dynamic = ["version"]
requires-python = ">= 3.8"
version = "0.0.1"
dependencies = [
"networkx>=3.1,<4.0",
"python-ulid>=1.1.0,<2.0",
Expand Down Expand Up @@ -37,9 +37,6 @@ tests = [
asyncio_mode = "auto"
addopts = "-s -vv"

[tool.setuptools.dynamic]
version = {attr = "version.version"}

[build-system]
requires = ["setuptools >= 69.0"] # nice
build-backend = "setuptools.build_meta"
1 change: 0 additions & 1 deletion version.py

This file was deleted.

0 comments on commit 96b4845

Please sign in to comment.