kopia lustrzana https://github.com/rtts/django-simplecms
include subpackages
rodzic
d5bf5c8c06
commit
74b3d2face
6
setup.py
6
setup.py
|
@ -1,14 +1,14 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
from setuptools import setup
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = 'django-simplecms',
|
name = 'django-simplecms',
|
||||||
version = '0.0.1',
|
version = '0.0.2',
|
||||||
url = 'https://github.com/rtts/django-simplecms',
|
url = 'https://github.com/rtts/django-simplecms',
|
||||||
author = 'Jaap Joris Vens',
|
author = 'Jaap Joris Vens',
|
||||||
author_email = 'jj@rtts.eu',
|
author_email = 'jj@rtts.eu',
|
||||||
license = 'GPL3',
|
license = 'GPL3',
|
||||||
packages = ['cms'],
|
packages = find_packages(),
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'django',
|
'django',
|
||||||
'django-ckeditor',
|
'django-ckeditor',
|
||||||
|
|
Ładowanie…
Reference in New Issue