Skip to content

Commit

Permalink
add pypi project
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadrezaAmani committed Aug 14, 2023
1 parent 02c35bc commit 59af251
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
*.env
*.py[cod]
*test*
*test*
venv/*
build
dist
inui.egg-info
25 changes: 25 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[project]
name = "inui"
version = "0.1.1"
authors = [
{ name="Mohammadreza Amani", email="[email protected]" },
]
description = "Powerful and Highly Customizable Python Library for UI"
readme = "README.md"
requires-python = ">=3.5"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]

[project.urls]
"Homepage" = "https://github.com/MohammadrezaAmani/INUI"
"Bug Tracker" = "https://github.com/MohammadrezaAmani/INUI/issues"

[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
py-modules = ['inui']
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
beautifulsoup4==4.12.2
soupsieve==2.4.1

0 comments on commit 59af251

Please sign in to comment.