Skip to content

Commit

Permalink
updated license
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDraco22 committed Sep 17, 2023
1 parent d582bc0 commit a28a46c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 32 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2022 Nathan Mejia
Copyright (c) 2023 Nathan Mejia

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
27 changes: 27 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "zaptools"
description = "A toolkit for Event-Driven websocket management"
readme = "README.md"
authors = [{name = "Nathan Mejia", email = "[email protected]"}]
version = "0.1.2"
requires-python = ">=3.10"
classifiers = [
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 3.10',
]
license = { file = "LICENSE" }

[project.urls]
"Homepage" = "https://github.com/NathanDraco22/zap-adapter-python"

[project.optional-dependencies]
dev = [
"pytest"
]
31 changes: 0 additions & 31 deletions setup.py

This file was deleted.

0 comments on commit a28a46c

Please sign in to comment.