Skip to content

Commit d1556d9

Browse files
author
Joe Bowers
committed
Classifiers for next release
1 parent aa66049 commit d1556d9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎setup.py‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010
author_email='dev@mixpanel.com',
1111
packages=['mixpanel'],
1212
url='https://github.com/mixpanel/mixpanel-python',
13-
license='LICENSE.txt',
1413
description='Official Mixpanel library for Python',
1514
long_description=open('README.txt').read(),
16-
install_requires=[
17-
],
15+
classifiers=[
16+
'License :: OSI Approved :: Apache Software License',
17+
'Operating System :: OS Independent',
18+
'Programming Language :: Python',
19+
]
1820
)

0 commit comments

Comments
 (0)