Skip to content

Commit

Permalink
Version using versioneer (#97)
Browse files Browse the repository at this point in the history
* Version using versioneer

* Ignore the generated _version.py file
  • Loading branch information
pitercl authored Jul 24, 2020
1 parent 53b7a08 commit b751721
Show file tree
Hide file tree
Showing 7 changed files with 2,360 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
neptunecontrib/_version.py export-subst
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include requirements.txt
include VERSION
include git_version.py
include versioneer.py
include neptunecontrib/_version.py
4 changes: 4 additions & 0 deletions neptunecontrib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#

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

0 comments on commit b751721

Please sign in to comment.