Skip to content

Commit

Permalink
yeah, linking to parent dir files didn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
Didip Kerabat committed Nov 27, 2010
1 parent e06ad88 commit b29c20d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions python/README.markdown
2 changes: 1 addition & 1 deletion python/setup.py
Expand Up @@ -22,7 +22,7 @@ def read(fname):
# If any package contains *.txt or *.rst files, include them:
'': ['*.txt', '*.rst'],
},
long_description=read('../README.markdown'),
long_description=read('README.markdown'),
classifiers=[
"Development Status :: 3 - Alpha",
],
Expand Down
1 change: 1 addition & 0 deletions ruby/README.markdown
4 changes: 2 additions & 2 deletions ruby/bayes_on_redis.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |gem|
gem.name = 'bayes_on_redis'
gem.version = "0.2.0"
gem.version = "0.2.1"
gem.date = Date.today.to_s

gem.summary = "Bayesian filter on top of Redis"
Expand All @@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
gem.has_rdoc = false

gem.files = [
File.join("..", "README.markdown"),
"README.markdown",
File.join("lib", "bayes_on_redis.rb"),
File.join("datasets", "stopwords.txt")
]
Expand Down

0 comments on commit b29c20d

Please sign in to comment.