Skip to content

Commit

Permalink
Specify propel package in a more conformant way (#11)
Browse files Browse the repository at this point in the history
* remove propel version

* specify in a different way
  • Loading branch information
dannysepler authored Dec 9, 2024
1 parent 8874fb4 commit ce0b02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
requirements = ['Flask', 'werkzeug', 'jinja2', 'peewee>=3.0.0', 'wtforms', 'wtf-peewee']
setup(
name='flask-peewee',
version='3.0.5-propel',
version='3.0.5+propel',
url='http://github.com/propelinc/flask-peewee/',
license='MIT',
author='Charles Leifer',
Expand Down

0 comments on commit ce0b02b

Please sign in to comment.