Skip to content

Commit

Permalink
Migrate to pyproject.toml/setup.cfg, v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reinefjord committed May 19, 2021
1 parent 9bcf2d9 commit c4fe7ae
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 30 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", "wheel"]
build-backend = "setuptools.build_meta"
23 changes: 23 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[metadata]
name = pass2csv
version = 0.2.0
author = Rupus Reinefjord
author_email = [email protected]
description = Export pass(1), "the standard unix password manager" to CSV
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/reinefjord/pass2csv
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: End Users/Desktop
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Topic :: Utilities

[options]
scripts = pass2csv
python_requires = >= 3.6
install_requires = python-gnupg
30 changes: 0 additions & 30 deletions setup.py

This file was deleted.

0 comments on commit c4fe7ae

Please sign in to comment.