mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-04-29 19:24:44 +00:00
Update references to the maintainer
This commit is contained in:
parent
5784247180
commit
07b38a9345
2 changed files with 3 additions and 1 deletions
1
LICENSE
1
LICENSE
|
|
@ -1,6 +1,7 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2015 Jan-Jelle Kester
|
||||
Copyright (c) 2019 Alieh Rymašeuski <alieh.rymasheuski@gmail.com>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
|
|
|
|||
3
setup.py
3
setup.py
|
|
@ -5,9 +5,10 @@ setup(
|
|||
version='0.5.3',
|
||||
packages=['auditlog', 'auditlog.migrations', 'auditlog.management', 'auditlog.management.commands'],
|
||||
package_dir={'': 'src'},
|
||||
url='https://github.com/jjkester/django-auditlog',
|
||||
url='https://github.com/MacmillanPlatform/django-auditlog/',
|
||||
license='MIT',
|
||||
author='Jan-Jelle Kester',
|
||||
maintainer='Alieh Rymašeŭski',
|
||||
description='Audit log app for Django',
|
||||
install_requires=[
|
||||
'django-jsonfield>=1.0.0',
|
||||
|
|
|
|||
Loading…
Reference in a new issue