Skip to content

Commit

Permalink
creating tar
Browse files Browse the repository at this point in the history
  • Loading branch information
1UC1F3R616 committed Apr 27, 2020
1 parent 441d940 commit 8799305
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
Empty file added setup.cfg
Empty file.
30 changes: 30 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
from distutils.core import setup
setup(
name = 'fastProxy',
packages = ['fastProxy'],
version = '0.1',
license='MIT',
description = 'Async application to get Free Working Proxies quickly',
author = '1UC1F3R616',
author_email = 'kushchoudhary8@gmail.com',
url = 'https://github.com/1UC1F3R616/fastProxy',
download_url = 'https://github.com/user/reponame/archive/v_01.tar.gz',
keywords = ['proxy', 'free', 'Asynchronous', 'Threaded', 'Python3'],
install_requires=[
'bs4',
'requests',
'fire',
],
classifiers=[
'Development Status :: 5 - Production/Stable', # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package
'Intended Audience :: Developers',
'Topic :: Software Development :: Build Tools',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
)

0 comments on commit 8799305

Please sign in to comment.