1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-06 12:45:57 +01:00
Files
atomic/Atomic/__init__.py
baude c64d77f883 Add copr builds
When a PR is merged, COPR will build a new atomic rpm
here:

https://copr.fedorainfracloud.org/coprs/baude/Upstream_CRIO_Family/

Signed-off-by: baude <bbaude@redhat.com>

Closes: #1187
Approved by: giuseppe
2018-02-13 15:55:33 +00:00

15 lines
405 B
Python

from .pulp import PulpServer, PulpConfig
from .satellite import SatelliteServer, SatelliteConfig
from .atomic import Atomic
from .util import write_out
#https://bitbucket.org/logilab/pylint/issues/36/
#pylint: disable=no-member
# When changinig the version here, also change in the
# .copr/atomic.spec line 18.
__version__ = '1.21.1'
__author__ = 'Daniel Walsh'
__author_email__ = 'dwalsh@redhat.com'