mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 20:52:43 +00:00
added project urls
This commit is contained in:
@@ -1 +1 @@
|
|||||||
__VERSION__ = '0.0.5'
|
__VERSION__ = '0.0.6'
|
||||||
|
|||||||
4
setup.py
4
setup.py
@@ -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/*'],
|
||||||
|
|||||||
Reference in New Issue
Block a user