Skip to content

Commit

Permalink
update package setup file to work with pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
epierce committed Feb 12, 2024
1 parent d4314e6 commit b2e1b72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools", "setuptools-rust", "gimme_aws_creds"]
build-backend = "setuptools.build_meta"
build-backend = "setuptools.build_meta"
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
from setuptools import setup, find_packages

import gimme_aws_creds

with open('requirements.txt') as f:
requirements = f.read().splitlines()

setup(
name='gimme aws creds',
version=gimme_aws_creds.version,
name='gimme-aws-creds',
version='2.8.0',
install_requires=requirements,
author='Eric Pierce',
author_email='[email protected]',
Expand Down

0 comments on commit b2e1b72

Please sign in to comment.