Skip to content

Commit

Permalink
updates for pypi.org
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed Dec 6, 2024
1 parent ff4e228 commit c9ba164
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,14 @@ sdist bdist bdist_wheel:
$(PYTHON3) setup.py $@
- rm -v setup.py README

BUILD3 = python3.11 -m build
.PHONY: build
build:
rm -rf build dist *.egg-info
$(MAKE) $(PARALLEL) README setup.py
$(MAKE) $(PARALLEL) README
# pip install --root=~/local . -v
$(PYTHON3) setup.py sdist
- rm -v setup.py README
$(BUILD3)
- rm -v README
$(TWINE) check dist/*
: $(TWINE) upload dist/*

Expand Down
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,16 @@ readme = { "file" = "README", content-type = "text/markdown" }
license = { file = "LICENSE" }
authors = [ { name = "Guido U. Draheim", "email" = "[email protected]" }]
classifiers = [
"License :: APL"
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Environment :: Console",
"Topic :: Text Processing :: Filters",
"Typing :: Typed"
]

[project.optional-dependencies]
dev = [ "build" ]

[project.urls]
homepage = "https://github.com/gdraheim/text_unicoder"
repository = "https://github.com/gdraheim/text_unicoder.git"
Expand Down

0 comments on commit c9ba164

Please sign in to comment.