Skip to content

Commit a180bea

Browse files
authored
Merge pull request #65 from Alir3z4/python-36-classifier
Add Python 3.6 classifier + some tiny updates
2 parents 5e8f5f7 + c065f12 commit a180bea

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

AUTHORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The PRIMARY AUTHORS are (and/or have been):
66
* Django & Django contributors
77
* Alireza Savand <[email protected]>
88
* François‎
9+
* Nik Nyby <[email protected]>
910

1011
And here is an inevitably incomplete list of MUCH-APPRECIATED CONTRIBUTORS --
1112
people who have submitted patches, reported bugs, added translations, helped
@@ -15,7 +16,6 @@ answer newbie questions, and generally made ``django-markwhat`` that much better
1516
* Alireza Savand <[email protected]>
1617
* Susan Dreher <[email protected]>
1718
* Tony Narlock <[email protected]>
18-
* Nik Nyby <[email protected]>
1919

2020
A big THANK YOU goes to:
2121

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2005-2015 Django Contributors, Alireza Savand
1+
Copyright (c) 2005-2017 Django Contributors, Alireza Savand
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"Programming Language :: Python :: 3",
3939
"Programming Language :: Python :: 3.4",
4040
"Programming Language :: Python :: 3.5",
41+
"Programming Language :: Python :: 3.6",
4142
"Topic :: Software Development",
4243
"Topic :: Software Development :: Libraries",
4344
],

0 commit comments

Comments
 (0)