Happy 2007

This commit is contained in:
Camilo Nova 2017-02-17 08:06:06 -05:00
parent 6da21af5ae
commit a946f92ab3
3 changed files with 6 additions and 5 deletions

View file

@ -1,4 +1,4 @@
Copyright (c) 2009-2015, Comoga and individual contributors Copyright (c) 2009-2017, Jazzband
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

View file

@ -46,7 +46,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'django-constance' project = u'django-constance'
copyright = u'2016, Comoga and individual contributors' copyright = u'2017, Jazzband'
# The short X.Y version. # The short X.Y version.
try: try:
@ -200,7 +200,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]). # author, documentclass [howto, manual, or own class]).
latex_documents = [ latex_documents = [
('index', 'django-constance.tex', u'django-constance Documentation', ('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 # 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). # (source start file, name, description, authors, manual section).
man_pages = [ man_pages = [
('index', 'django-constance', u'django-constance Documentation', ('index', 'django-constance', u'django-constance Documentation',
[u'Comoga and individual contributors'], 1) [u'Jazzband'], 1)
] ]
# If true, show URL addresses after external links. # If true, show URL addresses after external links.
@ -244,7 +244,7 @@ man_pages = [
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
('index', 'django-constance', u'django-constance Documentation', ('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'), 'Miscellaneous'),
] ]

View file

@ -46,6 +46,7 @@ setup(
'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Utilities', 'Topic :: Utilities',
], ],
packages=find_packages(exclude=['tests', 'tests.*']), packages=find_packages(exclude=['tests', 'tests.*']),