Skip to content

Commit

Permalink
setup.py updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Jun 17, 2015
1 parent 44a4e55 commit c8e90b4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,19 @@
setup(
name='django-sitemetrics',
version='.'.join(map(str, VERSION)),
url='http://github.com/idlesign/django-sitemetrics',

description='Reusable application for Django providing easy means to integrate site metrics counters into your sites',
long_description=readme,
author="Igor 'idle sign' Starikov",
license='BSD 3-Clause License',

author='Igor `idle sign` Starikov',
author_email='idlesign@yandex.ru',
url='http://github.com/idlesign/django-sitemetrics',

packages=['sitemetrics'],
include_package_data=True,
zip_safe=False,

classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
Expand All @@ -30,5 +35,6 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
],
)

0 comments on commit c8e90b4

Please sign in to comment.