Skip to content

Commit 9cbe31e

Browse files
committed
create pyproject.toml, README.md and setup.py
1 parent ca69445 commit 9cbe31e

3 files changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Whitespace-only changes.

pyproject.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[project]
2+
name = "cypher_wire"
3+
version = "0.0.0"
4+
authers = [
5+
{ name = "PaNDa2Code", email="moaaz0688@gmail.com" },
6+
{ name = "Ahmad Gamal" },
7+
{ name = "Eslam Nasr" },
8+
]
9+
10+
description = ""
11+
readme = "README.md"
12+
classifiers = [
13+
"Programming Language :: Python :: 3",
14+
"License :: OSI Approved :: MIT License",
15+
]
16+
17+
[project.urls]
18+
github = "https://github.com/PaNDa2code/CypherWire.git"
19+
pypi = "https://pypi.org/project/CypherWire"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from setuptools import setup

0 commit comments

Comments
 (0)