Removing seantis references

EmailTemplateFixes
Griffin Caprio 2014-12-15 09:40:11 -06:00
parent 4f726511eb
commit 77eac966e0
2 changed files with 5 additions and 5 deletions

View File

@ -311,7 +311,7 @@ Here's what we think we learned:
### ED.questionnaire is a Framework
More than anything else seantis.questionnaire should be thought of as a framework. Your site has to provide and do certain things for the questionnaire to work. If your site is a customized questionnaire for a company with other needs on the same site you will end up integrating code which will call questionnaire to setup runs and you will probably work through the answer records to provide some sort of summary.
More than anything else ed.questionnaire should be thought of as a framework. Your site has to provide and do certain things for the questionnaire to work. If your site is a customized questionnaire for a company with other needs on the same site you will end up integrating code which will call questionnaire to setup runs and you will probably work through the answer records to provide some sort of summary.
If it was a library you could just work with a nice API, which does not exist.

View File

@ -6,14 +6,14 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(
name="seantis-questionnaire",
name="ed-questionnaire",
version="2.0.1",
description="A Django application for creating online questionnaires/surveys.",
long_description=read("README.md"),
author="Seantis GmbH",
author_email="info@seantis.ch",
author="Eldest Daughter, LLC.",
author_email="gcaprio@eldestdaughter.com",
license="BSD",
url="https://github.com/seantis/seantis-questionnaire",
url="https://github.com/eldest-daughter/ed-questionnaire",
packages=find_packages(exclude=["example"]),
include_package_data=True,
classifiers=[