Skip to content
Snippets Groups Projects
Commit 58c3c539 authored by Joachim Trouverie's avatar Joachim Trouverie
Browse files

Ajout du plugin yaml

parent 6f46d9b5
No related branches found
Tags slide22
No related merge requests found
This diff is collapsed.
Projet de démo pour la Pycon 2019
#################################
L'ensemble des sources pour le projet de démo pour la Pycon 2019.
Vous pouvez utiliser les tags git afin d'avancer en parallèle des slides. Chaque
tag correspond au numéro de la slide correspondante.
pyyaml
[metadata]
name = wts_plugins_yaml
version = 0.0.1
summary = Un plugin de démo pour wts
description-file = README.rst
author = Joachim Trouverie
author-email = jtrouverie@anybox.fr
install_requires = ["pyyaml"]
classifier =
Intended Audience :: Developers
Development Status :: 7 - Inactive
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Programming Language :: Python 3
Environment :: Plugins
Topic :: Software Development :: Libraries :: Python Modules
[files]
packages_root = wts_plugins_yaml
packages =
wts_plugins_yaml
#! /usr/bin/env python
# Week timesheet
# Copyright (C) 2019 <jtrouverie@anybox.fr>
#
# 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
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from setuptools import setup
setup()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment