| --- setup.py	2022-02-07 11:35:49.632921471 +0100 | |
| +++ setup.py.new	2022-02-07 11:40:11.084930778 +0100 | |
| @@ -5,19 +5,13 @@ | |
|   | |
|  setuptools.setup( | |
|      name="cocotbext-wishbone", | |
| -    use_scm_version={ | |
| -        "relative_to": __file__, | |
| -        "write_to": "cocotbext/wishbone/version.py", | |
| -    }, | |
| +    version="0.2.1", | |
|      author="Staf Verhaegen, Mathias Kreider", | |
|      author_email="staf@stafverhaegen.be, m.kreider@gsi.de", | |
|      description="Cocotb Wishbone modules", | |
|      long_description=long_description, | |
|      packages=["cocotbext.wishbone"], | |
|      install_requires=['cocotb>=1.6.0', 'cocotb_bus'], | |
| -    setup_requires=[ | |
| -        'setuptools_scm', | |
| -    ], | |
|      classifiers=[ | |
|          "Programming Language :: Python :: 3", | |
|          "License :: OSI Approved :: BSD License",
 |