name
This commit is contained in:
parent
5cf55acfb6
commit
89afe6c537
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='d4science',
|
name='ckanext-d4science',
|
||||||
version='0.0.1',
|
version='0.0.1',
|
||||||
description='custom theme and dataset type for D4Science',
|
description='custom theme and dataset type for D4Science',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
|
Loading…
Reference in New Issue