There was an error while loading. Please reload this page.
1 parent aa66049 commit d1556d9Copy full SHA for d1556d9
setup.py
@@ -10,9 +10,11 @@
10
author_email='dev@mixpanel.com',
11
packages=['mixpanel'],
12
url='https://github.com/mixpanel/mixpanel-python',
13
- license='LICENSE.txt',
14
description='Official Mixpanel library for Python',
15
long_description=open('README.txt').read(),
16
- install_requires=[
17
- ],
+ classifiers=[
+ 'License :: OSI Approved :: Apache Software License',
+ 'Operating System :: OS Independent',
18
+ 'Programming Language :: Python',
19
+ ]
20
)
0 commit comments