Skip to content

Commit

Permalink
[Setup] Removing pyscaffold from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
auphelia committed Oct 6, 2023
1 parent 206737f commit aac2704
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ packages = find_namespace:
include_package_data = True
package_dir =
=src
# DON'T CHANGE THE FOLLOWING LINE! IT WILL BE UPDATED BY PYSCAFFOLD!
setup_requires = pyscaffold>=3.2a0,<3.3a0
# The usage of test_requires is discouraged, see `Dependency Management` docs
# tests_require = pytest; pytest-cov
# Require a specific Python version, e.g. Python 2.7 or >= 3.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
from setuptools import setup

if __name__ == "__main__":
setup(use_pyscaffold=True)
setup()

0 comments on commit aac2704

Please sign in to comment.