mirror of
https://github.com/sprockets/sprockets-postgres.git
synced 2024-11-14 03:00:19 +00:00
pin setuptools dependency in metadata
This commit is contained in:
parent
5739f4dbda
commit
87579ab994
2 changed files with 2 additions and 3 deletions
|
@ -25,7 +25,8 @@ classifiers =
|
|||
Topic :: Internet
|
||||
Topic :: Software Development
|
||||
Typing :: Typed
|
||||
requires-dist = setuptools
|
||||
requires-dist = setuptools>=40.6
|
||||
|
||||
keywords =
|
||||
postgres
|
||||
python3
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
import pkg_resources
|
||||
import setuptools
|
||||
|
||||
pkg_resources.require('setuptools>=40.6')
|
||||
setuptools.setup()
|
||||
|
|
Loading…
Reference in a new issue