Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
sarus-flask-auth / setup.py
Size: Mime:
#!/usr/bin/env python
from setuptools import setup

from os import path

this_directory = path.abspath(path.dirname(__file__))

if __name__ == '__main__':
    setup(version='0.6.6.dev0')