mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Renamed project to immutabase
This commit is contained in:
parent
a0bb9da17f
commit
25c241fa5a
18 changed files with 636 additions and 636 deletions
6
setup.py
6
setup.py
|
|
@ -1,10 +1,10 @@
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='datasite',
|
||||
name='immutabase',
|
||||
version='0.1',
|
||||
packages=find_packages(),
|
||||
package_data={'datasite': ['templates/*.html']},
|
||||
package_data={'immutabase': ['templates/*.html']},
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
'click==6.7',
|
||||
|
|
@ -14,7 +14,7 @@ setup(
|
|||
],
|
||||
entry_points='''
|
||||
[console_scripts]
|
||||
datasite=datasite.cli:cli
|
||||
immutabase=immutabase.cli:cli
|
||||
''',
|
||||
setup_requires=['pytest-runner'],
|
||||
tests_require=['pytest'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue