Skip to content

Commit

Permalink
setup.py -> pyproject.toml (#8)
Browse files Browse the repository at this point in the history
* switch to pyproject.toml

* remove versioneer

* newline

* Update pyproject.toml

Co-authored-by: Lori A. Burns <[email protected]>

---------

Co-authored-by: Lori A. Burns <[email protected]>
  • Loading branch information
philipmnel and loriab authored Apr 25, 2024
1 parent 7801c6a commit c819080
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 2,460 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
include LICENSE
include MANIFEST.in
include versioneer.py

graft crystalatte
global-exclude *.py[cod] __pycache__ *.so
7 changes: 0 additions & 7 deletions crystalatte/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,3 @@

# Psithonyzer imports
from .psithonyzer import psz_success_check, psz_get_nmer_data, psz_print_header, psz_print_results, psz_print_end_msg, psz_main

# Handle versioneer
from ._version import get_versions
versions = get_versions()
__version__ = versions['version']
__git_revision__ = versions['full-revisionid']
del get_versions, versions
Loading

0 comments on commit c819080

Please sign in to comment.