Skip to content

Commit

Permalink
first attempt at repository publish
Browse files Browse the repository at this point in the history
  • Loading branch information
velis74 committed Oct 16, 2023
1 parent 57e4b5c commit 195faaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ def get_version(version_arg):
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/velis74/django-project-base",
packages=setuptools.find_packages(),
packages=setuptools.find_packages(include=("django_project_base",)),
include_package_data=True,
install_requires=requirements,
python_requires=">=3.4",
python_requires=">=3.8",
license="BSD-3-Clause",
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit 195faaf

Please sign in to comment.