Skip to content

Commit

Permalink
Merge pull request #20 from meaningfy-ws/feature/mdr-69
Browse files Browse the repository at this point in the history
Feature/mdr 69
  • Loading branch information
costezki authored Oct 8, 2020
2 parents 465db94 + f995f31 commit c6e3e67
Show file tree
Hide file tree
Showing 63 changed files with 19 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ build/
cucumber_report.json
junit_report.xml
*.ldb
/templates/diff/o/
/templates/itb-shacl-report/o/
/rdf_report_templates/diff/o/
/rdf_report_templates/itb-shacl-report/o/
/tests/test_data/validation-reports/simple/results/
/tests/test_data/validation-reports/simple/tests/
/tests/test_data/validation-reports/treaties-ap/results/
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
recursive-include rdf_report_templates/ *
graft rdf_report_templates
global-exclude *.pyc *$py.class
4 changes: 2 additions & 2 deletions eds4jinja2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
__docformat__ = "restructuredtext en"

# The format of the __version__ line is matched by a regex in setup.py and /docs/conf.py
__version__ = "0.1.22"
__date__ = "2020-09-16"
__version__ = "0.1.23"
__date__ = "2020-10-8"

import logging

Expand Down
8 changes: 8 additions & 0 deletions rdf_report_templates/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/python3

# __init__.py
# Date: 08/10/2020
# Author: Eugeniu Costetchi
# Email: costezki.eugen@gmail.com

""" This package includes eds4jinja2 templates used by a few Meaningfy projects """
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ def find_version(filename):
install_requires=requirements,
tests_require=requirements_dev,
extras_require=extras,
packages=find_packages(exclude=("test*",)),
include_package_data=True,
# data_files={
# 'eds4jinja2_templates': ['templates/**/*'],
# },
# package_data={'': ['*.txt'], },
author="Eugeniu Costetchi",
author_email="costezki.eugen@gmail.com",
Expand All @@ -52,7 +56,6 @@ def find_version(filename):
url="https://github.com/meaningfy-ws/eds4jinja2",
platforms='any',
keywords='template, jinja, report, report generation, rdf, sparql, linked-data, data-source, dynamic-context',
packages=find_packages(exclude=("tests",)),
# exclude=["tests", "test_*"],
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit c6e3e67

Please sign in to comment.