Skip to content

Commit

Permalink
Update project installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
pusateri committed Feb 21, 2023
1 parent cfbc4e6 commit f096996
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 66 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
__pycache__
protocol.egg-info
build
*.egg-info
26 changes: 26 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "protocolplus"
version = "0.2"
authors = [
{ name="Luis MartinGarcia", email="[email protected]" },
{ name="Tom Pusateri", email="[email protected]" },
]
description = "ASCII and Unicode Header Generator for Network Protocols"
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",
]

[project.scripts]
protocolplus = "protocolplus:main"

[project.urls]
"Homepage" = "https://github.com/pusateri/protocolplus"
"Bug Tracker" = "https://github.com/pusateri/protocolplus/issues"
65 changes: 0 additions & 65 deletions setup.py

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f096996

Please sign in to comment.