Skip to content

Commit

Permalink
remove content type in setup.cfg, remove twine register in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Feb 2, 2023
1 parent c456a75 commit dd4d760
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ clean:
rm -rf dist/* build/*

dist:
python3.11 -m build --sdist --wheel

register:
python3.11 setup.py register
python3.11 -m build

upload_test:
python3.11 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name = habanero
description = Low Level Client for Crossref Search API
long_description = file: README.rst, Changelog.rst
long_description_content_type = text/plain; charset=utf-8
url = https://github.com/sckott/habanero
author = Scott Chamberlain
author_email = [email protected]
Expand Down

0 comments on commit dd4d760

Please sign in to comment.