File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 11include README.rst
22include LICENSE
33include requirements.txt
4- recursive-include ckanext/multiuploadform *.html *.json *.js *.less *.css *.mo *.yml
4+ recursive-include ckanext *.html *.json *.js *.less *.css *.mo
Original file line number Diff line number Diff line change 2222 install_requires = requirements ,
2323 # The project's main homepage.
2424 url = 'https://github.com/Mat-O-Lab/ckanext-multiuploadform' ,
25-
2625 # Author details
2726 author = '''Thomas Hanke''' ,
2827 author_email = '''thomas.hanke@iwm.fraunhofer.de''' ,
29-
3028 # Choose your license
3129 license = 'AGPL' ,
32-
3330 # See https://pypi.python.org/pypi?%3Aaction=list_classifiers
3431 classifiers = [
3532 # How mature is this project? Common values are
4542 # that you indicate whether you support Python 2, Python 3 or both.
4643 'Programming Language :: Python :: 3' ,
4744 ],
48-
49-
5045 # What does your project relate to?
5146 keywords = '''CKAN Upload''' ,
5247 packages = find_packages (exclude = ["contrib" , "docs" , "tests*" ]),
48+ include_package_data = True ,
5349 namespace_packages = ["ckanext" ],
5450 entry_points = '''
5551 [ckan.plugins]
You can’t perform that action at this time.
0 commit comments