mirror of
https://github.com/Wojtek242/pylg.git
synced 2024-11-21 15:35:24 +01:00
Merge branch 'master' into pylg-dev
This commit is contained in:
commit
8df4d4ed70
@ -1,6 +1,11 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
1.3.2
|
||||||
|
-----
|
||||||
|
|
||||||
|
- Update e-mail address.
|
||||||
|
|
||||||
1.3.1
|
1.3.1
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
# PyLg: module to facilitate and automate the process of writing runtime logs.
|
# PyLg: module to facilitate and automate the process of writing runtime logs.
|
||||||
# Copyright (C) 2017 Wojciech Kozlowski <wojciech.kozlowski@vivaldi.net>
|
# Copyright (C) 2017 Wojciech Kozlowski <wk@wojciechkozlowski.eu>
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
# PyLg: module to facilitate and automate the process of writing runtime logs.
|
# PyLg: module to facilitate and automate the process of writing runtime logs.
|
||||||
# Copyright (C) 2017 Wojciech Kozlowski <wojciech.kozlowski@vivaldi.net>
|
# Copyright (C) 2017 Wojciech Kozlowski <wk@wojciechkozlowski.eu>
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
# PyLg: module to facilitate and automate the process of writing runtime logs.
|
# PyLg: module to facilitate and automate the process of writing runtime logs.
|
||||||
# Copyright (C) 2017 Wojciech Kozlowski <wojciech.kozlowski@vivaldi.net>
|
# Copyright (C) 2017 Wojciech Kozlowski <wk@wojciechkozlowski.eu>
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
# PyLg: module to facilitate and automate the process of writing runtime logs.
|
# PyLg: module to facilitate and automate the process of writing runtime logs.
|
||||||
# Copyright (C) 2017 Wojciech Kozlowski <wojciech.kozlowski@vivaldi.net>
|
# Copyright (C) 2017 Wojciech Kozlowski <wk@wojciechkozlowski.eu>
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
# PyLg: module to facilitate and automate the process of writing runtime logs.
|
# PyLg: module to facilitate and automate the process of writing runtime logs.
|
||||||
# Copyright (C) 2017 Wojciech Kozlowski <wojciech.kozlowski@vivaldi.net>
|
# Copyright (C) 2017 Wojciech Kozlowski <wk@wojciechkozlowski.eu>
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
4
setup.py
4
setup.py
@ -9,13 +9,13 @@ with open(path.join(pwd, 'README.rst'), encoding='utf-8') as f:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='PyLg',
|
name='PyLg',
|
||||||
version='1.3.1',
|
version='1.3.2',
|
||||||
description='Python module to facilitate and automate the process of writing runtime logs.',
|
description='Python module to facilitate and automate the process of writing runtime logs.',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
url='https://gitlab.wojciechkozlowski.eu/wojtek/PyLg',
|
url='https://gitlab.wojciechkozlowski.eu/wojtek/PyLg',
|
||||||
|
|
||||||
author='Wojciech Kozlowski',
|
author='Wojciech Kozlowski',
|
||||||
author_email='wojciech.kozlowski@vivaldi.net',
|
author_email='wk@wojciechkozlowski.eu',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
|
Loading…
Reference in New Issue
Block a user