~edwargix/git.sr.ht

4b36728231e796e02d0a80a71d218ea7e57189f2 — Drew DeVault 8 years ago bf1726a
Set license in setup.py correctly
1 files changed, 1 insertions(+), 1 deletions(-)

M setup.py
M setup.py => setup.py +1 -1
@@ 24,7 24,7 @@ setup(
  author_email = 'sir@cmpwn.com',
  url = 'https://git.sr.ht/~sircmpwn/git.sr.ht',
  install_requires = ['srht', 'flask-login'],
  license = 'GPL-2.0',
  license = 'AGPL-3.0',
  package_data={
      'gitsrht': [
          'templates/*.html',