Skip to content

Commit b4be6ba

Browse files
committed
setup: Update copyright block
1 parent 197bd93 commit b4be6ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
# <python_jsonschema_objects - An object wrapper for JSON Schema definitions>
4-
# Copyright (C) <2014-2014> Chris Wacek <[email protected]
4+
# Copyright (C) <2014-2016> Chris Wacek <[email protected]
55

66
import ast
77
import os
88
import re
99
import sys
1010
from setuptools import setup, find_packages
11+
12+
1113
import versioneer
1214

1315

0 commit comments

Comments
 (0)