Skip to content

Commit 746ac3b

Browse files
author
Joe Bowers
committed
Use markdown readme
1 parent 2ee440f commit 746ac3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
setup(
77
name='mixpanel-py',
8-
version='3.0.0',
8+
version='3.1.0',
99
author='Mixpanel, Inc.',
1010
author_email='dev@mixpanel.com',
1111
packages=['mixpanel'],
1212
url='https://github.com/mixpanel/mixpanel-python',
1313
description='Official Mixpanel library for Python',
14-
long_description=open('README.txt').read(),
14+
long_description=open('README.md').read(),
1515
classifiers=[
1616
'License :: OSI Approved :: Apache Software License',
1717
'Operating System :: OS Independent',

0 commit comments

Comments
 (0)