Skip to content

Commit

Permalink
Move to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bennybp committed Feb 2, 2024
1 parent 9202bfd commit 1849e38
Show file tree
Hide file tree
Showing 8 changed files with 72 additions and 2,467 deletions.
11 changes: 0 additions & 11 deletions .lgtm.yml

This file was deleted.

2 changes: 0 additions & 2 deletions MANIFEST.in

This file was deleted.

8 changes: 2 additions & 6 deletions basis_set_exchange/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@

from .bundle import create_bundle, get_archive_types

# Handle versioneer
from ._version import get_versions
from importlib.metadata import version

versions = get_versions()
__version__ = versions['version']
__git_revision__ = versions['full-revisionid']
del get_versions, versions
__version__ = version("basis_set_exchange")
Loading

0 comments on commit 1849e38

Please sign in to comment.