Skip to content

Commit

Permalink
Move changelog to project root.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed May 4, 2017
1 parent a3feeba commit 1d47acb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Other Documentation
install
handlers
profiles
CHANGES
../CHANGES
CREDITS
glossary

Expand Down
10 changes: 3 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,13 @@ def _package_doc(name):
with open(os.path.join(package, name)) as f:
return f.read()


def _docs_doc(name):
with open(os.path.join(docs, name)) as f:
return f.read()

with open('README.rst') as f:
README = f.read()

_BOUNDARY = '\n' + ('-' * 60) + '\n\n'
with open('CHANGES.rst') as f:
CHANGES = f.read()

CHANGES = _docs_doc('CHANGES.rst')
_BOUNDARY = '\n' + ('-' * 60) + '\n\n'

setup(
name='Products.GenericSetup',
Expand Down

0 comments on commit 1d47acb

Please sign in to comment.