diff --git a/Makefile b/Makefile index 76ea38d..e21edf5 100644 --- a/Makefile +++ b/Makefile @@ -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/* diff --git a/setup.cfg b/setup.cfg index ca6ec0c..032fbc7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 = myrmecocystus@gmail.com