Skip to content

Commit

Permalink
Merge pull request #36 from edx/feanil/debug_pypi_releasing
Browse files Browse the repository at this point in the history
Correctly indicate that docs are in markdown.
  • Loading branch information
feanil authored Jun 6, 2019
2 parents 0673ca0 + b5f7389 commit ed142cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ before_install:

install:
- make install
- pip freeze --all

script:
- make test
Expand Down
2 changes: 1 addition & 1 deletion milestones/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Milestones app initialization module
"""
from __future__ import unicode_literals
__version__ = '0.2.0'
__version__ = '0.2.2'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
version=VERSION,
description='Significant events module for Open edX',
long_description=open('README.md').read(),
long_description_content_type="text/markdown",
author='edX',
url='https://github.com/edx/edx-milestones',
license='AGPL',
Expand Down
1 change: 1 addition & 0 deletions test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ pep257==0.3.2
mock==1.0.1
testfixtures==4.0.0
ddt==0.8.0
setuptools>=38.6.0

0 comments on commit ed142cb

Please sign in to comment.