mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
abcf022249
commit
cefd058c1c
9 changed files with 14 additions and 2460 deletions
6
setup.py
6
setup.py
|
|
@ -1,9 +1,8 @@
|
|||
from re import VERBOSE
|
||||
from setuptools import setup, find_packages
|
||||
import os
|
||||
import sys
|
||||
|
||||
import versioneer
|
||||
|
||||
|
||||
def get_long_description():
|
||||
with open(
|
||||
|
|
@ -24,8 +23,7 @@ def get_version():
|
|||
|
||||
setup(
|
||||
name="datasette",
|
||||
version=versioneer.get_version(),
|
||||
cmdclass=versioneer.get_cmdclass(),
|
||||
version=get_version(),
|
||||
description="An open source multi-tool for exploring and publishing data",
|
||||
long_description=get_long_description(),
|
||||
long_description_content_type="text/markdown",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue