Fix license string.
This commit is contained in:
2
setup.py
2
setup.py
@@ -68,7 +68,7 @@ setup(
|
||||
name="semantic_version",
|
||||
version=get_version(),
|
||||
author="Raphaël Barrois",
|
||||
author_email="raphael.barrois@polytechnique.org",
|
||||
author_email="raphael.barrois+semver@polytechnique.org",
|
||||
description=("A library implementing the 'SemVer' scheme."),
|
||||
license="BSD",
|
||||
keywords=['semantic version', 'versioning', 'version'],
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (c) 2012-2013 Raphaël Barrois
|
||||
# This code is distributed under the two-clause BSD License.
|
||||
|
||||
|
||||
__author__ = "Raphaël Barrois <raphael.barrois+semver@polytechnique.org>"
|
||||
__version__ = '2.1.2'
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (c) 2012-2013 Raphaël Barrois
|
||||
# This code is distributed under the two-clause BSD License.
|
||||
|
||||
|
||||
import functools
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (c) 2012-2013 Raphaël Barrois
|
||||
# This code is distributed under the two-clause BSD License.
|
||||
|
||||
from django.db import models
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (c) 2012-2013 Raphaël Barrois
|
||||
# This code is distributed under the two-clause BSD License.
|
||||
|
||||
"""Test the various functions from 'base'."""
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (c) 2012-2013 Raphaël Barrois
|
||||
# This code is distributed under the two-clause BSD License.
|
||||
|
||||
try: # pragma: no cover
|
||||
import unittest2 as unittest
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (c) 2012-2013 Raphaël Barrois
|
||||
# This code is distributed under the two-clause BSD License.
|
||||
|
||||
import unittest
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (c) 2012-2013 Raphaël Barrois
|
||||
# This code is distributed under the two-clause BSD License.
|
||||
|
||||
import unittest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user