Skip to content

Commit 29a0398

Browse files
committed
Updated project website, added pypi classifiers
1 parent 868f2fe commit 29a0398

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

setup.py

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,19 @@
1010
version='0.0.2',
1111
description='Provides PythonKC Meetup.com events.',
1212
license='MIT',
13-
url='https://github.com/estebistec/pythonkc-meetups',
13+
url='https://github.com/pythonkc/pythonkc-meetups',
1414
packages=find_packages(),
1515
install_requires=['distribute>=0.6.14', 'httplib2>=0.7.1',
1616
'mimeparse>=0.1.3', 'python-dateutil>=1.5,<2'],
1717
author='Steven Cummings',
18-
author_email='estebistec@gmail.com'
18+
author_email='estebistec@gmail.com',
19+
classifiers=[
20+
'Development Status :: 4 - Beta',
21+
'License :: OSI Approved :: MIT License',
22+
'Programming Language :: Python',
23+
'Programming Language :: Python :: 2.6',
24+
'Programming Language :: Python :: 2.7',
25+
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
26+
'Topic :: Software Development :: Libraries'
27+
]
1928
)

0 commit comments

Comments
 (0)