1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Use pypi antsibull package. (#420)

This commit is contained in:
Felix Fontein 2020-05-27 01:15:14 +02:00 committed by GitHub
parent 9e62a0abb9
commit ba2d97f067
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,6 @@
"changelogs/fragments/." "changelogs/fragments/."
], ],
"requirements": [ "requirements": [
"git+git://github.com/ansible-community/antsibull.git@pip-installable#egg=antsibull" "antsibull"
] ]
} }