mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Add setup.py
This commit is contained in:
parent
9ab3ca8db7
commit
cc393c9611
1 changed files with 13 additions and 0 deletions
13
setup.py
Normal file
13
setup.py
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
from distutils.core import setup
|
||||
|
||||
setup(
|
||||
name='django-auditlog',
|
||||
version='0.1.0',
|
||||
packages=['auditlog',],
|
||||
package_dir={'': 'src'},
|
||||
url='https://github.com/jjkester/django-auditlog',
|
||||
license='MIT',
|
||||
author='Jan-Jelle Kester',
|
||||
author_email='janjelle@jjkester.nl',
|
||||
description='Audit log app for Django'
|
||||
)
|
||||
Loading…
Reference in a new issue