Skip to content

Commit

Permalink
Merge branch 'argparse'
Browse files Browse the repository at this point in the history
  • Loading branch information
Serchinastico committed Nov 19, 2024
2 parents adddbc6 + 8a834b9 commit 0478399
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
python setup.py sdist bdist_wheel
pipx run build
twine upload dist/*
8 changes: 0 additions & 8 deletions MANIFEST

This file was deleted.

27 changes: 27 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[project]
name = "kin"
version = "2.1.11"
description = "A simple project.pbxproj verifier"
keywords = ["xcode", "project.pbxproj", "lint", "objective-c", "swift", "ios"]
readme = "README.rst"
authors = [{ name = "Serchinastico", email = "oss@serchinastico.com" }]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Build Tools",
]
dependencies = ["antlr4-python3-runtime==4.13.1"]
license = { text = "Apache Software" }
requires-python = ">=3.8"

[project.urls]
Homepage = "https://github.com/Serchinastico/Kin"

[project.scripts]
kin = "kin.kin:main"

[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
2 changes: 0 additions & 2 deletions setup.cfg

This file was deleted.

43 changes: 0 additions & 43 deletions setup.py

This file was deleted.

0 comments on commit 0478399

Please sign in to comment.