diff --git a/LICENSE b/LICENSE index 16e64b9..7cb2bc1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2009-2015, Comoga and individual contributors +Copyright (c) 2009-2017, Jazzband All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/docs/conf.py b/docs/conf.py index 6987d50..51c8242 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,7 +46,7 @@ master_doc = 'index' # General information about the project. project = u'django-constance' -copyright = u'2016, Comoga and individual contributors' +copyright = u'2017, Jazzband' # The short X.Y version. try: @@ -200,7 +200,7 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ ('index', 'django-constance.tex', u'django-constance Documentation', - u'Comoga and individual contributors', 'manual'), + u'Jazzband', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -230,7 +230,7 @@ latex_documents = [ # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'django-constance', u'django-constance Documentation', - [u'Comoga and individual contributors'], 1) + [u'Jazzband'], 1) ] # If true, show URL addresses after external links. @@ -244,7 +244,7 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ ('index', 'django-constance', u'django-constance Documentation', - u'Comoga and individual contributors', 'django-constance', 'One line description of project.', + u'Jazzband', 'django-constance', 'One line description of project.', 'Miscellaneous'), ] diff --git a/setup.py b/setup.py index e03c574..ad78cd6 100644 --- a/setup.py +++ b/setup.py @@ -46,6 +46,7 @@ setup( 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Topic :: Utilities', ], packages=find_packages(exclude=['tests', 'tests.*']),