Skip to content

Commit

Permalink
Set the long description and update the name
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroSteiner committed Jul 11, 2023
1 parent edf8921 commit ab3f067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rule_engine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

__version__ = '4.0.0'
__version__ = '3.999.0'

from .engine import resolve_attribute
from .engine import resolve_item
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
maintainer_email='zeroSteiner@gmail.com',
description=DESCRIPTION,
long_description=long_description,
long_description_content_type='text/x-rst',
url='https://github.com/zeroSteiner/rule-engine',
license='BSD',
# these are duplicated in requirements.txt
Expand Down

0 comments on commit ab3f067

Please sign in to comment.