Skip to content

Commit

Permalink
Add missing MANIFEST.in
Browse files Browse the repository at this point in the history
Conflicts:
	setup.py
  • Loading branch information
rockfruit authored and xispa committed Jul 22, 2014
1 parent 32795e9 commit fcc8b12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
recursive-include bika *
global-exclude *pyc

4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
include_package_data=True,
zip_safe=False,
install_requires=[
'setuptools',
'bika.lims==3.1.1',
'archetypes.schemaextender',
'collective.wtf',
Expand All @@ -41,7 +42,8 @@
'plone.app.testing',
'robotsuite',
'robotframework-selenium2library',
'plone.app.robotframework'
'plone.app.robotframework',
'robotframework-debuglibrary',
]
},
entry_points="""
Expand Down

0 comments on commit fcc8b12

Please sign in to comment.