Skip to content

Commit

Permalink
Changes to upload to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonfreitas committed Jan 16, 2022
1 parent 512f790 commit dc30d7e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 28 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"
20 changes: 20 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

[metadata]
name = bizdays
version = 1.0.0
author = Wilson Freitas
author_email = wilsonfreitas@gmail.com
description = Functions to handle business days calculations
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/wilsonfreitas/python-bizdays
project_urls =
Bug Tracker = https://github.com/wilsonfreitas/python-bizdays/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent

[options]
packages = find:
python_requires = >=3
28 changes: 0 additions & 28 deletions setup.py

This file was deleted.

0 comments on commit dc30d7e

Please sign in to comment.