Skip to content

Commit

Permalink
#311 Use setuptools-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
nvbn committed Jul 27, 2015
1 parent 368be78 commit 63e62fc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,5 +309,12 @@ Run unit and functional tests (requires docker):
FUNCTIONAL=true py.test
```

For sending package to pypi:

```bash
sudo apt-get install pandoc
./release.py
```

## License MIT
Project License can be found [here](LICENSE.md).
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
[bdist_wheel]
universal = 1
[metadata]
description-file = README.md
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
license='MIT',
packages=find_packages(exclude=['ez_setup', 'examples',
'tests', 'release']),
setup_requires=['setuptools-markdown'],
long_description_markdown_filename='README.md',
include_package_data=True,
zip_safe=False,
install_requires=install_requires,
Expand Down

0 comments on commit 63e62fc

Please sign in to comment.