Skip to content

Commit

Permalink
changed versioning and added dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
me-manu committed Oct 13, 2024
1 parent beaef78 commit 0c3090f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion ebltable/version.py

This file was deleted.

2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Testing framework
pytest>=7.0
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@
setup(
name='ebltable',

# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# http://packaging.python.org/en/latest/tutorial.html#version
version=__version__,
use_scm_version=True, # This reads the version from Git tags
setup_requires=['setuptools_scm'],
include_package_data=True,
package_data={'ebltable': ['data/*'], },

Expand Down

0 comments on commit 0c3090f

Please sign in to comment.