Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #16 from justanr/1.4.1-Fix-Release
Browse files Browse the repository at this point in the history
Fix install issue with non-included files

Closes #15
  • Loading branch information
justanr authored Aug 29, 2017
2 parents 9c18dfd + 66c55c7 commit e2060a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include LICENSE README.md CHANGELOG
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
if __name__ == '__main__':
setup(
name='marshmallow-enum',
version='1.4',
version='1.4.1',
author='Alec Nikolas Reiter',
author_email='[email protected]',
description='Enum field for Marshmallow',
long_description=readme + '\n\n' + changelog,
package_data={'': ['LICENSE']},
package_data={'': ['LICENSE', 'README.md', 'CHANGELOG']},
include_package_data=True,
license='MIT',
packages=['marshmallow_enum'],
Expand Down

0 comments on commit e2060a3

Please sign in to comment.