Skip to content

Commit

Permalink
Merge pull request mrkwjc#11 from mathomp4/master
Browse files Browse the repository at this point in the history
Update references to README.rst to README.md
  • Loading branch information
mrkwjc authored May 30, 2024
2 parents 68d6f4f + 74a4fd3 commit 69b8484
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include LICENSE.txt README.rst
include LICENSE.txt README.md
# include examples/*.py examples/data/*.dat
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def has_ext_modules(self):
name = 'ffnet',
version = '0.8.6',
description = 'Feed-forward neural network solution for python',
long_description = open('README.rst', 'r').read(),
long_description = open('README.md', 'r').read(),
keywords = ['neural networks'],
author = 'Marek Wojciechowski',
author_email = '[email protected]',
Expand Down

0 comments on commit 69b8484

Please sign in to comment.