Update project layout
This commit is contained in:
parent
ea70d9278e
commit
b777df7874
15 changed files with 127 additions and 107 deletions
16
setup.py
Normal file
16
setup.py
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='xopp2oml',
|
||||
version='1.0.0',
|
||||
|
||||
install_requires=[
|
||||
'jinja2',
|
||||
],
|
||||
|
||||
package_dir={"":"src"},
|
||||
packages=['xopp2py', 'xopp2oml'],
|
||||
|
||||
include_package_data=True,
|
||||
package_data={"xopp2oml": ["template.oml"]},
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue