Update references to the maintainer

This commit is contained in:
Alieh Rymašeŭski 2019-08-22 16:21:10 +03:00
parent 5784247180
commit 07b38a9345
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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',