Skip to content

Commit 580f4a6

Browse files
author
Paul Böhm
committed
update
1 parent 66cf1cd commit 580f4a6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
**.pyc
33
*/*.pyc
44
tragedyconf.py
5+
*.egg-info
6+
*.egg
7+
dist/*
8+
build

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tragedy
22

3-
Tragedy is a high-level Cassandra abstraction for Python.
3+
Tragedy is a high-level Cassandra object abstraction for Python.
44

55
## Tragedy's Data Model
66

0 commit comments

Comments
 (0)