Skip to content

Commit

Permalink
package v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ychalier committed Dec 19, 2023
1 parent b9f7edf commit 5dd9dd8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

setup(
name='django-orgapy',
version='3.5.0',
version='3.5.1',
packages=find_packages(),
include_package_data=True,
license='MIT License',
license='GNU GPLv3',
description='A Django app to handles notes, tasks, and events.',
long_description=README,
url='https://chalier.fr/orgapy',
Expand All @@ -21,8 +21,6 @@
classifiers=[
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: Internet :: WWW/HTTP',
Expand Down

0 comments on commit 5dd9dd8

Please sign in to comment.