Compare commits

..

1 Commits
0.0.5 ... 0.0.6

Author SHA1 Message Date
Bastian Venthur
03663a855d added project urls 2021-03-28 11:16:41 +02:00
2 changed files with 5 additions and 1 deletions

View File

@@ -1 +1 @@
__VERSION__ = '0.0.5' __VERSION__ = '0.0.6'

View File

@@ -17,6 +17,10 @@ setup(
author='Bastian Venthur', author='Bastian Venthur',
author_email='mail@venthur.de', author_email='mail@venthur.de',
url='https://github.com/venthur/blag', url='https://github.com/venthur/blag',
project_urls={
'Documentation': 'https://blag.readthedocs.io/',
'Source': 'https://github.com/venthur/blag',
},
python_requires='>=3.8', python_requires='>=3.8',
package_data={ package_data={
'blag': ['templates/*'], 'blag': ['templates/*'],