Skip to content

Commit

Permalink
Further modernized the packaging configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Nov 21, 2018
1 parent fdab738 commit fb0144a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
@@ -0,0 +1,2 @@
[build-system]
requires = ["setuptools >= 40.1.0", "wheel", "setuptools_scm >= 1.7.0"]
7 changes: 4 additions & 3 deletions setup.cfg
Expand Up @@ -19,14 +19,15 @@ classifiers =
Programming Language :: Python :: 3.7

[options]
packages =
asphalt.mailer
asphalt.mailer.mailers
packages = find_namespace:
install_requires =
asphalt >= 3.0, < 5.0
aiosmtplib ~= 1.0
typeguard ~= 2.0

[options.packages.find]
include = asphalt.*

[options.extras_require]
test =
aiosmtpd
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@
'local_scheme': 'dirty-tag'
},
setup_requires=[
'setuptools >= 36.2.7',
'setuptools >= 40.1.0',
'setuptools_scm >= 1.7.0'
]
)

0 comments on commit fb0144a

Please sign in to comment.