Skip to content

Commit

Permalink
Merge pull request #20 from chrishavlin/release_maintenance
Browse files Browse the repository at this point in the history
release maintenance
  • Loading branch information
chrishavlin authored Apr 3, 2023
2 parents 3be2956 + fe53c7c commit 7827c8d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 24 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
numpy
scipy
matplotlib
Click>=7.0
packaging
unyt
6 changes: 0 additions & 6 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
pip>=21.1
bump2version
wheel==0.33.6
watchdog==0.9.0
tox==3.14.0
coverage==4.5.4
Sphinx==1.8.5
twine==1.14.0
pytest
pytest-cov

13 changes: 0 additions & 13 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
[bumpversion]
current_version = 0.1.1
commit = True
tag = True

[bumpversion:file:setup.py]
search = version='{current_version}'
replace = version='{new_version}'

[bumpversion:file:pyVBRc/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

[bdist_wheel]
universal = 1

7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
python_requires=">=3.9",
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
Expand All @@ -35,8 +35,8 @@
},
install_requires=requirements,
license="MIT license",
long_description="python utilities for working with the Very Broadband "
"Rheology Calculator, see https://github.com/vbr-calc/pyVBRc",
long_description=readme,
long_description_content_type="text/markdown",
include_package_data=True,
package_data={"": ["sample_data/*.mat"]},
keywords="pyVBRc",
Expand All @@ -46,5 +46,4 @@
tests_require=test_requirements,
url="https://github.com/vbr-calc/pyVBRc",
version="0.1.1",
zip_safe=False,
)

0 comments on commit 7827c8d

Please sign in to comment.