Skip to content

Commit

Permalink
replace setup.py with pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mscarey committed Mar 9, 2021
1 parent 979f1a3 commit fa0bdea
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 43 deletions.
2 changes: 1 addition & 1 deletion authorityspoke/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
from .rules import Rule
from .io.dump import to_dict, to_json

__version__ = "0.5.0"
__version__ = "0.5.1"
2 changes: 1 addition & 1 deletion changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

dev
0.5.1 (2021-03-08)
------------------
- Import Nettlesome library as dependency
- Remove "anchors" fields from Factors in AuthoritySpoke Holding API Schema
Expand Down
29 changes: 26 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@

[metadata]

name = AuthoritySpoke
version = 0.5.1
author= Matt Carey
author_email = matt@authorityspoke.com
description = legal authority automation
long_description = file: readme.md
long_description_content_type = text/markdown
url = https://github.com/mscarey/authorityspoke
project_urls =
Bug Tracker = https://github.com/mscarey/authorityspoke/issues
Documentation = https://authorityspoke.readthedocs.io/en/latest/
classifiers =
Development Status :: 3 - Alpha
License :: Free To Use But Restricted
Programming Language :: Python :: 3.9
Operating System :: OS Independent
Natural Language :: English

[options]

packages = find:
python_requires = >=3.8

[pydocstyle]

add-ignore=D105,D202,D301
Expand All @@ -19,8 +45,5 @@ exclude =
xml
max-complexity = 10

[mypy]
new_semantic_analyzer = True

[pylint]
ignore = E0239
38 changes: 0 additions & 38 deletions setup.py

This file was deleted.

0 comments on commit fa0bdea

Please sign in to comment.