Skip to content

Commit

Permalink
added pyproject (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
memsharded authored Oct 25, 2024
1 parent da1c9aa commit 885476a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 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"
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ def load_version():
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8'
],

# What does your project relate to?
Expand Down

0 comments on commit 885476a

Please sign in to comment.