Skip to content

Commit

Permalink
Migrate from setup.py to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykos153 committed Jun 20, 2022
1 parent 64f0627 commit 2ce7dbc
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 2,866 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
*.pyc
__pycache__
build/*
*.egg-info/*
*/_version.py
5 changes: 1 addition & 4 deletions annexremote/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
from ._version import get_versions
__version__ = get_versions()['version']
del get_versions

from ._version import version as __version__
from .annexremote import *
Loading

0 comments on commit 2ce7dbc

Please sign in to comment.