Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Prepare for initial public release
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurty committed Aug 10, 2016
1 parent e6f4645 commit d1158c6
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 26 deletions.
9 changes: 0 additions & 9 deletions docs/changelog.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Please follow these guidelines when making contributions to this app.

Clone the repository and change directory:

$ git clone [email protected]:ixc/icekit-events.git
$ git clone [email protected]:ic-labs/icekit-events.git
$ cd icekit-events

You don't need to install the project to run tests. You just need `tox`:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ TODO

Install the app into your virtualenv:

(venv)$ pip install -e git+ssh://[email protected]/ixc/<app_name>.git#egg=<app_name>
(venv)$ pip install -e git+ssh://[email protected]/ic-labs/<app_name>.git#egg=<app_name>

Update your settings module:

Expand Down
2 changes: 1 addition & 1 deletion icekit_events/static/icekit_events/bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "icekit_events",
"version": "0.0.0",
"homepage": "https://github.com/ixc/icekit-events",
"homepage": "https://github.com/ic-labs/icekit-events",
"authors": [
"Tai Lee <[email protected]>"
],
Expand Down
6 changes: 0 additions & 6 deletions requirements.txt

This file was deleted.

8 changes: 2 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,35 +41,31 @@
use_scm_version={'version_scheme': 'post-release'},
author='Interaction Consortium',
author_email='[email protected]',
url='https://github.com/ixc/icekit-events',
url='https://github.com/ic-labs/icekit-events',
description='',
long_description=locals().get('long_description', ''),
license='MIT',
packages=setuptools.find_packages(),
include_package_data=True,
install_requires=[
'coverage',
'Django<1.9',
'django-dynamic-fixture',
'django-icekit[publishing]',
'django-model-utils<2.4', # See: https://github.com/jp74/django-model-publisher/pull/26
'django-nose',
'django-polymorphic<0.8', # ICEKit Events is not yet compatible with API changes in 0.8+
'django-polymorphic-tree',
'django-timezone',
'django-webtest',
'mkdocs',
'nose-progressive',
'python-dateutil',
'pytz',
'six',
'sqlparse', # Required for SQL migrations, apparently
'WebTest',
],
extras_require={
'dev': ['ipdb', 'ipython'],
'fluentevent': ['django-fluent-contents'],
'postgres': ['psycopg2'],
'test': ['coverage', 'django-nose', 'nose-progressive', 'django-webtest', 'WebTest']
},
setup_requires=['setuptools_scm'],
)
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ basepython =
py34: python3.4

deps =
-e{toxinidir}[postgres]
-r{toxinidir}/requirements.txt
-e{toxinidir}[test,postgres]
django17: django>=1.7,<1.8
django18: django>=1.8,<1.9
py32: coverage==3.7.1
Expand Down

0 comments on commit d1158c6

Please sign in to comment.