You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LONG_DESCRIPTION = '''Berth is a tool to help you automate the building of packages for an array of operating system and package systems, while not putting a big load on the local dependencies where you build the packages.
It does this by using a Docker container of your choice to build your project inside, and then use another container with the `FPM <https://github.com/jordansissel/fpm>`_ package creator inside to package up the project.
Read more on `GitHub <https://github.com/FalconSocial/berth>`_.'''
with open('CHANGELOG.md') as changelog:
LONG_DESCRIPTION += '\n\n'
LONG_DESCRIPTION += changelog.read()
setup(
name='berth',
version='1.3.5',
description='Utility to generate package files using Docker containers',