pkg fix: update email

This commit is contained in:
Manuel Barkhau 2018-12-09 16:50:09 +01:00
parent 43b5a17519
commit 1989e826be
7 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2018 Manuel Barkhau (@mbarkhau) Copyright (c) 2018 Manuel Barkhau (mbarkhau@gmail.com)
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View file

@ -28,9 +28,9 @@ Code Quality/CI:
[![Build Status][build_img]][build_ref] [![Build Status][build_img]][build_ref]
| Name | role | since | until | | Name | role | since | until |
|----------------------------|-------------------|---------|-------| |-------------------------------------|-------------------|---------|-------|
| Manuel Barkhau (@mbarkhau) | author/maintainer | 2018-09 | - | | Manuel Barkhau (mbarkhau@gmail.com) | author/maintainer | 2018-09 | - |
<!-- <!--

View file

@ -2,7 +2,7 @@
# Bootstrapit Project Configuration # Bootstrapit Project Configuration
AUTHOR_NAME="Manuel Barkhau" AUTHOR_NAME="Manuel Barkhau"
AUTHOR_EMAIL="@mbarkhau" AUTHOR_EMAIL="mbarkhau@gmail.com"
KEYWORDS="version versioning bumpversion calver" KEYWORDS="version versioning bumpversion calver"
DESCRIPTION="CalVer versioning for python libraries." DESCRIPTION="CalVer versioning for python libraries."

View file

@ -3,7 +3,7 @@ Individual files contain the following tag instead of the full license text.
This file is part of the pycalver project This file is part of the pycalver project
https://gitlab.com/mbarkhau/pycalver https://gitlab.com/mbarkhau/pycalver
Copyright (c) 2018 Manuel Barkhau (@mbarkhau) - MIT License Copyright (c) 2018 Manuel Barkhau (mbarkhau@gmail.com) - MIT License
SPDX-License-Identifier: MIT SPDX-License-Identifier: MIT
This enables machine processing of license information based on the SPDX This enables machine processing of license information based on the SPDX

View file

@ -1,7 +1,7 @@
# This file is part of the pycalver project # This file is part of the pycalver project
# https://gitlab.com/mbarkhau/pycalver # https://gitlab.com/mbarkhau/pycalver
# #
# Copyright (c) 2018 Manuel Barkhau (@mbarkhau) - MIT License # Copyright (c) 2018 Manuel Barkhau (mbarkhau@gmail.com) - MIT License
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
import os import os
@ -41,7 +41,7 @@ setuptools.setup(
name="pycalver", name="pycalver",
license="MIT", license="MIT",
author="Manuel Barkhau", author="Manuel Barkhau",
author_email="@mbarkhau", author_email="mbarkhau@gmail.com",
url="https://gitlab.com/mbarkhau/pycalver", url="https://gitlab.com/mbarkhau/pycalver",
version="201811.7b0", version="201811.7b0",

View file

@ -1,7 +1,7 @@
# This file is part of the pycalver project # This file is part of the pycalver project
# https://gitlab.com/mbarkhau/pycalver # https://gitlab.com/mbarkhau/pycalver
# #
# Copyright (c) 2018 Manuel Barkhau (@mbarkhau) - MIT License # Copyright (c) 2018 Manuel Barkhau (mbarkhau@gmail.com) - MIT License
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
"""PyCalVer: Automatic CalVer Versioning for Python Packages.""" """PyCalVer: Automatic CalVer Versioning for Python Packages."""

View file

@ -2,7 +2,7 @@
# This file is part of the pycalver project # This file is part of the pycalver project
# https://gitlab.com/mbarkhau/pycalver # https://gitlab.com/mbarkhau/pycalver
# #
# Copyright (c) 2018 Manuel Barkhau (@mbarkhau) - MIT License # Copyright (c) 2018 Manuel Barkhau (mbarkhau@gmail.com) - MIT License
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
""" """
CLI module for PyCalVer. CLI module for PyCalVer.