Skip to content

Commit 413ca02

Browse files
committed
Add MANIFEST.in.
1 parent 4461897 commit 413ca02

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

MANIFEST.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
include LICENSE
2+
include CONTRIBUTORS
3+
graft src/fnv
4+
recursive-include src *.h *.c *.pyx *.pxd *.pyi

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def run(self):
8080

8181
setup(name='finalfusion',
8282
author="Sebastian Pütz <[email protected]>, Daniël de Kok <[email protected]>",
83+
author_email="[email protected]",
8384
classifiers=[
8485
"Programming Language :: Python :: 3",
8586
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)