Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Fix #19
  • Loading branch information
edsonportosilva authored Feb 6, 2024
1 parent 9973755 commit 287db02
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
@@ -1,5 +1,5 @@
# Authors: OpticCommPy contributors
# License: BSD 3-Clause
# License: GPL-3.0 license

from setuptools import setup

Expand All @@ -10,7 +10,7 @@
MAINTAINER = "Edson Porto da Silva"
MAINTAINER_EMAIL = "[email protected]"
URL = "https://github.com/edsonportosilva/OptiCommPy"
LICENSE = "BSD 3-Clause"
LICENSE = "GPL-3.0 license"
VERSION = "0.7.0"

# This is a list of files to install, and where
Expand Down

0 comments on commit 287db02

Please sign in to comment.