Skip to content

Commit

Permalink
PyPI does not allow uploading Windows executables any more
Browse files Browse the repository at this point in the history
These are now made available from the GitHub releases page.
  • Loading branch information
Cito committed Apr 19, 2020
1 parent d648ea7 commit c51c912
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/download/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ You can download PyGreSQL from the **Python Package Index** at
* https://software.opensuse.org/package/PyGreSQL?search_term=pygresql
**Ubuntu** packages are available from Launchpad at
* https://launchpad.net/ubuntu/+source/pygresql
**Windows binaries** (executables and wheels) are available at
**Windows binaries** (as wheels) are available at
* https://pypi.org/project/PyGreSQL/#files
**Windows MSI** packages are attached to the GitHub release at
**Windows installers** (EXE and MSI) are attached to the GitHub release at
* https://github.com/PyGreSQL/PyGreSQL/releases/

Older PyGreSQL versions
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def finalize_options(self):
version=version,
description="Python PostgreSQL Interfaces",
long_description=__doc__.split('\n\n', 2)[1], # first passage
long_description_content_type = 'text/plain',
long_description_content_type='text/plain',
keywords="pygresql postgresql database api dbapi",
author="D'Arcy J. M. Cain",
author_email="darcy@PyGreSQL.org",
Expand Down

0 comments on commit c51c912

Please sign in to comment.