Commit 020fd13d authored by Dan Jones's avatar Dan Jones
Browse files

Merge branch '14-fix-setup' into 'dev'

Resolve "Fix setup"

Closes #14

See merge request !7
parents f8640103 8b99e979
aniso8601==9.0.1
attrs==22.2.0
backbone-adapter-python @ git+ssh://git@git.noc.ac.uk/communications-backbone-system/backbone-adapter-python.git@ff0dae90
backbone-adapter-python @ git+https://git.noc.ac.uk/communications-backbone-system/backbone-adapter-python.git@dev#egg=backbone-adapter-python
behave==1.2.6
certifi==2022.12.7
charset-normalizer==3.0.1
......
......@@ -3,7 +3,7 @@ from setuptools import setup
setup(
name='backbone_adapter_python',
python_requires='>=3.8'
python_requires='>=3.8',
packages=['backbone_adapter'],
package_dir={
'backbone_adapter': 'src',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment