Skip to content

Commit

Permalink
fix project name in pyproject.toml
Browse files Browse the repository at this point in the history
remove pyproject.toml from github workflow
  • Loading branch information
Elnaril committed Dec 26, 2023
1 parent 1d2156a commit 85637f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- 'LICENSE'
- '.gitignore'
- 'coverage.json'
- 'pyproject.toml'
pull_request:
paths-ignore:
- '.github/**'
Expand All @@ -19,6 +20,7 @@ on:
- 'LICENSE'
- '.gitignore'
- 'coverage.json'
- 'pyproject.toml'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
- 'LICENSE'
- '.gitignore'
- 'coverage.json'
- 'pyproject.toml'
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
Expand All @@ -33,6 +34,7 @@ on:
- 'LICENSE'
- '.gitignore'
- 'coverage.json'
- 'pyproject.toml'
schedule:
- cron: '17 18 * * 5'

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "python uniswapx sdk"
name = "uniswapx-sdk"
version = "0.0.1"
authors = [
{ name="Elnaril", email="elnaril_dev@caramail.com" },
Expand All @@ -30,7 +30,7 @@ dependencies = [
keywords = ["blockchain", "ethereum", "uniswap", "uniswapx", "decoder", "encoder", "codec", "wrapper", "sdk"]

[tool.setuptools]
packages = ["uniswapx-sdk"]
packages = ["uniswapx_sdk"]

[project.urls]
"Homepage" = "https://github.com/Elnaril/python-uniswapx-sdk"
Expand Down

0 comments on commit 85637f0

Please sign in to comment.