Skip to content

Commit

Permalink
Implements mongo BuildingTemplate to Umi BuildingTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelduchesne committed Jul 31, 2020
1 parent 02cc0d6 commit efbb6d0
Show file tree
Hide file tree
Showing 7 changed files with 221 additions and 303 deletions.
145 changes: 86 additions & 59 deletions .idea/workspace.xml

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from setuptools import setup

setup(
name='UmiTemplateDB',
version='',
packages=['tests', 'umitemplatedb'],
url='',
license='',
author='Samuel Letellier-Duchesne',
author_email='[email protected]',
description='Functions to import and query the UmiTemplate DataBase'
name="UmiTemplateDB",
version="",
packages=["tests", "umitemplatedb"],
url="",
license="",
author="Samuel Letellier-Duchesne",
author_email="[email protected]",
description="Functions to import and query the UmiTemplate DataBase",
)
147 changes: 0 additions & 147 deletions tests/test_core.py

This file was deleted.

Loading

0 comments on commit efbb6d0

Please sign in to comment.