Last active
March 9, 2018 13:34
-
-
Save andymantell/8e976356e4387edb65543a41872b2b28 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setuptools.setup(name='govuk-elements-jinja-macros', | |
version='1.0.7', | |
description='GOV.UK elements Jinja macros', | |
packages=['govuk_elements_jinja_macros'], | |
package_data={'govuk_elements_jinja_macros': ['templates/*.html']} | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment