Metadata-Version: 2.1
Name: aur-deploy
Version: 0.8.4
Summary: Automate updating pkgbuild and deploying to AUR
Home-page: https://github.com/codeswhite/aur-deploy
Author: Max G
Author-email: max3227@gmail.com
License: UNKNOWN
Description: # AUR Deploy
        
        ## Automate publishing Python packages to AUR
        
        ## Features
        - Updating PKGBUILD on package's version change
        - Uploading to PyPI and AUR
        - Customizable and configureable
        
        ## Installation
        
        - From AUR install system package: `python-aur-deploy`
        
        - From PyPI:
        
            $ pip install aur-deploy
        
        ## Usage
        
        Run like:
        
            $ aur-deploy --help
        
        
Keywords: aur,archlinux,build,deploy,publish
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Requires: interutils
Requires: requests
Requires: bs4
Requires-Python: >=3.6
Description-Content-Type: text/markdown
