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
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
of this software and associated documentation files (the "Software"), to deal

View file

@ -29,8 +29,8 @@ Code Quality/CI:
| 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
AUTHOR_NAME="Manuel Barkhau"
AUTHOR_EMAIL="@mbarkhau"
AUTHOR_EMAIL="mbarkhau@gmail.com"
KEYWORDS="version versioning bumpversion calver"
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
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
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
# 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
import os
@ -41,7 +41,7 @@ setuptools.setup(
name="pycalver",
license="MIT",
author="Manuel Barkhau",
author_email="@mbarkhau",
author_email="mbarkhau@gmail.com",
url="https://gitlab.com/mbarkhau/pycalver",
version="201811.7b0",

View file

@ -1,7 +1,7 @@
# This file is part of the pycalver project
# 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
"""PyCalVer: Automatic CalVer Versioning for Python Packages."""

View file

@ -2,7 +2,7 @@
# This file is part of the pycalver project
# 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
"""
CLI module for PyCalVer.