Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanLuLyf committed Apr 3, 2024
1 parent 26f552b commit 7b6bd82
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# coding=utf-8

from setuptools import setup, find_packages
from setuptools import setup, find_namespace_packages

import bunnypy

Expand All @@ -14,9 +14,7 @@
author='IvanLuLyf',
author_email='[email protected]',
url='https://github.com/ivanlulyf/bunnypy',
packages=find_packages(),
# py_modules=['bunnypy'],
# scripts=['bunnypy/bunnypy.py'],
packages=find_namespace_packages(),
include_package_data=True,
package_data={'bunnypy.asset': ['asset/*.html']},
license='MIT',
Expand All @@ -27,8 +25,8 @@
'Topic :: Internet :: WWW/HTTP :: HTTP Servers',
'Topic :: Internet :: WWW/HTTP :: WSGI',
'Topic :: Software Development :: Libraries :: Application Frameworks',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
)

0 comments on commit 7b6bd82

Please sign in to comment.