Skip to content

Commit 54dbc53

Browse files
committed
switch to versioneer from setuptools_scm
append
1 parent 8f3515a commit 54dbc53

File tree

8 files changed

+2771
-6
lines changed

8 files changed

+2771
-6
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
netfoundry/_version.py export-subst

MANIFEST.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
exclude Dockerfile
22
exclude .gitignore
3-
exclude .github/workflows/*
3+
exclude .github/workflows/*include versioneer.py
4+
include netfoundry/_version.py
5+
include versioneer.py

netfoundry/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
from .network import Network
55
from .network_group import NetworkGroup
66
from .organization import Organization
7+
8+
from . import _version
9+
__version__ = _version.get_versions()['version']

0 commit comments

Comments
 (0)