File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ address information still works, so it is backwards compatible.**
3434Installation
3535------------
3636
37- This package is on PyPI, so:
37+ This package [ is on PyPI] ( https://pypi.org/project/email-validator/ ) , so:
3838
3939``` sh
4040pip install email_validator
@@ -385,14 +385,13 @@ make test
385385For Project Maintainers
386386-----------------------
387387
388- The package is distributed as a universal wheel. The wheel is specified
389- as universal in the file ` setup.cfg ` by the ` universal = 1 ` key in the
390- ` [bdist_wheel] ` section.
388+ The package is distributed as a universal wheel and as a source package.
391389
392390To release:
393391
394392* Update the version number.
395- * Follow the steps below to publish source and a universal wheel to pypi:
393+ * Follow the steps below to publish source and a universal wheel to pypi.
394+ * Make a release at https://github.com/JoshData/python-email-validator/releases/new .
396395
397396``` sh
398397pip3 install twine
@@ -403,3 +402,6 @@ twine upload dist/*
403402git tag v1.0.XXX # replace with version in setup.py
404403git push --tags
405404```
405+
406+ Notes: The wheel is specified as universal in the file ` setup.cfg ` by the ` universal = 1 ` key in the
407+ ` [bdist_wheel] ` section.
You can’t perform that action at this time.
0 commit comments