mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Released 0.7
This commit is contained in:
parent
e838bd743d
commit
6b3b05b6db
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='datasette',
|
||||
version='0.6',
|
||||
version='0.7',
|
||||
packages=find_packages(),
|
||||
package_data={'datasette': ['templates/*.html']},
|
||||
include_package_data=True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue