Metadata-Version: 1.1
Name: osc-plugin-dput
Version: 20210202.0
Summary: dput plugin for Open Build Service commander
Home-page: https://gitlab.collabora.com/obs/osc-plugin-dput
Author: UNKNOWN
Author-email: UNKNOWN
License: GPL-2+
Description: osc dput
        ========
        
        The dput plugin for Open Build Service commander is designed to help
        quickly upload Debian source packages to OBS without needing to manually
        check out the source, add new files, remove old files and commit it again.
        
        `osc dput` automates the submission process, automagically extracting
        the list of files and the commit message from the `.changes` file.
        
        Installation
        ============
        
        To install osc-plugin-clone, type:
        
            ./setup.py install
        
        At the moment, installing to a user's home directory isn't supported.
        
        License
        =======
        
        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 2 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 version 2
        text for more details.
        
        You should have received a copy of the GNU General Public
        License along with this package; if not, write to the Free
        Software Foundation, Inc., 51 Franklin St, Fifth Floor,
        Boston, MA  02110-1301 USA
        
        Authors
        =======
        
        For the list of contributors, see CONTRIBUTORS.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Build Tools
