Skip to content

Commit

Permalink
upping setup
Browse files Browse the repository at this point in the history
  • Loading branch information
skelsec committed Nov 27, 2020
1 parent c1f63a8 commit 4325027
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# Application author details:
author="Tamas Jos",
author_email="skelsecprojects@gmail.com",
author_email="info@skelsecprojects.com",

# Packages
packages=find_packages(),
Expand All @@ -40,6 +40,9 @@
python_requires='>=3.6',
classifiers=(
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Operating System :: OS Independent",
),
install_requires=[
Expand Down

0 comments on commit 4325027

Please sign in to comment.