Skip to content

Commit

Permalink
Clean leftover pdm stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiMozaffar committed May 3, 2024
1 parent 00514b2 commit b180bf4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,5 @@ __pycache__/
.coverage
/users.db

# pdm
.pdm.toml
.pdm-python
.pdm-build/
__pypackages__/

# rye
.python-version
4 changes: 0 additions & 4 deletions demo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ dependencies = [
dynamic = ['version']


[tool.pdm]
distribution = false


[tool.ruff]
line-length = 120
target-version = 'py38'
Expand Down
4 changes: 0 additions & 4 deletions src/python-fastui/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ path = "fastui/__init__.py"
fastui = "fastui.__main__:cli"


[tool.pdm]
distribution = false


[tool.ruff]
line-length = 120
target-version = 'py38'
Expand Down

0 comments on commit b180bf4

Please sign in to comment.