Skip to content

Commit

Permalink
Move long options to restructured text, if not pypi does not accept u…
Browse files Browse the repository at this point in the history
…pload of new version.
  • Loading branch information
janjaapdriessen committed Sep 2, 2020
1 parent bb9840b commit 0f682b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGES.txt → CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changes
=======

3.0.4 (unreleased)
------------------
3.1 (2020-09-02)
----------------

- Fix DeprecationWarnings.

Expand All @@ -17,7 +17,7 @@ Changes
------------------

- Do not import `getSite` from `zope.site.hooks` anymore but from
`zope.component.hooks.
`zope.component.hooks`.

3.0.1 (2018-01-10)
------------------
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ def read(*rnames):


long_description = (
read('README.txt')
read('README.rst')
+ '\n' +
read('CHANGES.txt')
read('CHANGES.rst')
)

tests_require = [
Expand All @@ -22,7 +22,7 @@ def read(*rnames):

setup(
name='grokcore.site',
version='3.0.4.dev0',
version='3.1',
author='Grok Team',
author_email='grok-dev@zope.org',
url='http://grok.zope.org',
Expand Down

0 comments on commit 0f682b6

Please sign in to comment.