Skip to content

Commit

Permalink
Merge pull request #7 from svalinn/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
shimwell authored Apr 29, 2021
2 parents 0351f27 + 811e008 commit df1a46d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
5 changes: 3 additions & 2 deletions remove_dagmc_tags/remove-dagmc-tags
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/python

from remove_dagmc_tags import remove_tags
from pathlib import Path
import argparse
from pathlib import Path

from remove_dagmc_tags import remove_tags


if __name__ == '__main__':
Expand Down
15 changes: 8 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@

setuptools.setup(
name="remove_dagmc_tags",
version="0.0.2",
author="Jonathan Shimwell",
author_email="[email protected]",
version="0.0.3",
author="Svalinn development team",
description="A tool for selectively removing tags such as the graveyard from DAGMC h5m files.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/shimwell/remove_dagmc_tags",
url="https://github.com/svalinn/remove_dagmc_tags",
packages=setuptools.find_packages(),
zip_safe=True,
package_dir={"remove_dagmc_tags": "remove_dagmc_tags"},
Expand All @@ -23,8 +22,10 @@
"LICENSE",
]
},
install_requires=[
"numpy"
],
# pymoab is also required for this package but is not available via pip
# install
tests_require=["pytest-cov"],
# install_requires=[
# # 'pymoab' is is required for this package but is not available via pip install at the moment
# ],
)
Empty file added tests/__init__.py
Empty file.

0 comments on commit df1a46d

Please sign in to comment.