Skip to content

Commit

Permalink
Merge branch 'release/v1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Ebrey committed Jan 20, 2015
2 parents bca9a5d + 985fae3 commit 84eb607
Show file tree
Hide file tree
Showing 1,699 changed files with 590,642 additions and 902 deletions.
14 changes: 13 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@
*Store*.bdb
*.data
*.data_*
indexes_OLD
stores_OLD

# Python compiled/optimized files
*.py[co]

# Python packaging/distribution
*.egg
*.egg-info
dist
#dist
build
eggs
parts
Expand All @@ -32,3 +34,13 @@ PyZ3950_parsetab.*

# O/S file buffers
*~

# Database config file template
/dbs/dickens/config.xml

# Log files
/dbs/dickens/logs/*.log

#phpstorm

.idea
5 changes: 4 additions & 1 deletion clic/__init__.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
__all__ = ['dickens', 'stats']
"""Corpus Linguistics in Cheshire3 (CLiC)."""

__name__ = "clic"
__package__ = "clic"
__all__ = ['deploy', 'dickens', 'setuptools', 'stats']
3 changes: 3 additions & 0 deletions clic/deploy/__init__.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""CLiC Deployment."""

__all__ = ['utils']
Empty file modified clic/deploy/utils.py
100644 → 100755
Empty file.
Empty file modified clic/dickens/__init__.py
100644 → 100755
Empty file.
Loading

0 comments on commit 84eb607

Please sign in to comment.