File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments