Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Vryst authored Jan 5, 2025
1 parent a94a0d5 commit 68062e3
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 @@ -12,8 +12,8 @@
url="https://github.com/Vryst/flandyr", # URL for your project
classifiers=[ # Classifiers to help users find your project
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License", # Adjust license as needed
"License :: OSI Approved :: GPL-2.0 License", # Adjust license as needed
"Operating System :: OS Independent",
],
license="MIT", # Adjust license as necessary (e.g., MIT, GPL)
license="GPL-2.0", # Adjust license as necessary (e.g., MIT, GPL)
)

0 comments on commit 68062e3

Please sign in to comment.