Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
added config for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNalin committed Apr 20, 2022
1 parent e27b294 commit 0dbec27
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools>=42","wheel"]
build-backend = "setuptools.build_meta"
27 changes: 27 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[metadata]
name = rtadubai
version = 0.0.1
author = NotNalin
description = Unofficial API for RTA Dubai
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/NotNalin/rtadubai
project_urls =
Bug Tracker = https://github.com/NotNalin/rtadubai/issues
classifiers =
Development Status :: 2 - Pre-Alpha
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
install_requires = [
requests,
BeautifulSoup4,
]
python_requires = >=3.6

[options.packages.find]
where = src
Empty file added src/rtadubai/__init__.py
Empty file.

0 comments on commit 0dbec27

Please sign in to comment.