Skip to content

Commit

Permalink
Including README and requirements.txt with module install
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshultz committed Nov 11, 2017
1 parent 1673b21 commit 1c0b0b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
],
keywords = 'postgresql database bindings sql',
packages = find_packages(exclude = ['build', 'dist']),
package_data = {'': ['README.md', 'requirements.txt']},
install_requires = open("requirements.txt").readlines(),
)

0 comments on commit 1c0b0b6

Please sign in to comment.