Skip to content

Instantly share code, notes, and snippets.

@nomasprime
Created June 23, 2020 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nomasprime/168ec893cb1a695eb0d3cdbcc9617b27 to your computer and use it in GitHub Desktop.
Save nomasprime/168ec893cb1a695eb0d3cdbcc9617b27 to your computer and use it in GitHub Desktop.
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
betamax = "*"
pytest = "*"
lockan = {editable = true, path = "."}
[requires]
python_version = "3.8"
[packages]
scrapy = "*"
from setuptools import setup, find_packages
setup(
name='lockan',
packages=find_packages(exclude=['tests']),
version='1.0.0'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment