Skip to content

Commit

Permalink
Switch to pyproject.toml for meta data and build
Browse files Browse the repository at this point in the history
Eliminating the need for many setup files and versioneer
  • Loading branch information
mdraw committed Apr 24, 2023
1 parent 48b655e commit 5ae6ded
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 2,395 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,5 @@ ENV/

# VS Code
.vscode/

deface/_version.py
3 changes: 0 additions & 3 deletions MANIFEST.in

This file was deleted.

5 changes: 1 addition & 4 deletions deface/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@

from ._version import get_versions
__version__ = get_versions()['version']
del get_versions
from ._version import __version__

0 comments on commit 5ae6ded

Please sign in to comment.