Skip to content

Commit

Permalink
Merge pull request #56
Browse files Browse the repository at this point in the history
0.10.3
  • Loading branch information
0ssigeno committed Jan 5, 2023
2 parents 0d34ba7 + 28d43e9 commit e1035b8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build a source tarball
run: |
python -m build --sdist --outdir dist/
python -m build --sdist --wheel --outdir dist/
- name: Publish to PyPi
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
6 changes: 0 additions & 6 deletions MANIFEST.in

This file was deleted.

3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,13 @@ classifiers = [
]
dynamic = ["version", "dependencies"]


[project.urls]
homepage = "https://github.com/certego/atlasq"
repository = "https://github.com/certego/atlasq"
documentation = "https://github.com/certego/atlasq/README.md"
source = "https://github.com/certego/atlasq"
tracker = "https://github.com/certego/atlasq/issues"

[tool.setuptools]
py-modules = ["atlasq"]

[tool.setuptools_scm]
write_to = "./version.py"
Expand Down

0 comments on commit e1035b8

Please sign in to comment.