diff --git a/setup.py b/setup.py index d0f87269489d7ffab79e0712ba7f95341fe88af5..eb714bdad79ce80b4ae6e36b5b06f0669e5d493a 100644 --- a/setup.py +++ b/setup.py @@ -40,10 +40,12 @@ setup( license="GPL 3.0", keywords="diceware password passphrase", url="https://github.com/ulif/diceware/", + py_modules=['diceware', ], packages=[], - package_data={ - 'diceware': ['*.txt', '*.asc'], - }, + data_files=[ + ('.', ['README.rst', ]), + ('wordlists', ['wordlists/wordlist_en.txt', ]), + ], namespace_packages=[], long_description=read('README.rst'), classifiers=[