Skip to content

Commit

Permalink
Add more metadata and ensure that all files make it into the package
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulFurtado committed Mar 12, 2015
1 parent 9803857 commit d19d0e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include *
recursive-include * *
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,13 @@ def run(self):
DistutilsBuild.run(self)


setup(name='_jsonnet',
setup(name='jsonnet',
url='https://google.github.io/jsonnet/doc/',
description='Python bindings for Jsonnet - The data templating language ',
author='David Cunningham',
author_email='[email protected]',
version=get_version(),
cmdclass={'build': CustomBuild},
ext_modules=[Extension('_jsonnet', extra_compile_args=COMPILE_ARGS,
sources=JSONNET_SOURCES)]
sources=JSONNET_SOURCES)]
)

0 comments on commit d19d0e0

Please sign in to comment.