-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt fixing description text in PyPI
- Loading branch information
1 parent
05b79cc
commit fc816c9
Showing
4 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,13 +6,14 @@ | |
setup( | ||
name='django-partial-index', | ||
packages=['partial_index'], | ||
version='0.5.0', | ||
version='0.5.1', | ||
description='PostgreSQL and SQLite partial indexes for Django models', | ||
long_description=open('README.md').read(), | ||
long_description_content_type='text/markdown', | ||
author='Mattias Linnap', | ||
author_email='[email protected]', | ||
url='https://github.com/mattiaslinnap/django-partial-index', | ||
download_url='https://github.com/mattiaslinnap/django-partial-index/archive/0.5.0.tar.gz', | ||
download_url='https://github.com/mattiaslinnap/django-partial-index/archive/0.5.1.tar.gz', | ||
license='BSD', | ||
install_requires=[], | ||
classifiers=[ | ||
|