mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
e6ca885883
commit
228bce83a3
5 changed files with 9 additions and 2 deletions
3
setup.py
3
setup.py
|
|
@ -1,10 +1,11 @@
|
|||
from setuptools import setup, find_packages
|
||||
from datasette import __version__
|
||||
|
||||
setup(
|
||||
name='datasette',
|
||||
description='An instant JSON API for your SQLite databases',
|
||||
author='Simon Willison',
|
||||
version='0.11',
|
||||
version=__version__,
|
||||
license='Apache License, Version 2.0',
|
||||
url='https://github.com/simonw/datasette',
|
||||
packages=find_packages(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue