Skip to content

Commit

Permalink
updated .yml and setup
Browse files Browse the repository at this point in the history
  • Loading branch information
fcarvalhopacheco committed Jul 9, 2024
1 parent fb19104 commit ca17e2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: whots-metadata
name: ~/whots-metadata/.env
channels:
- conda-forge
- defaults
dependencies:
- scrapy=2.11.2
- python=3.12
- scrapy
- python
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
Build and install the project.
"""

from setuptools import setup, find_packages
from setuptools import find_packages, setup

setup(
name='whots_metadata',
version='0.0.1',
version='0.0.2',
extras_require={
'scrapy': ['scrapy>=2.7.0'],
'scrapy': ['scrapy>=2.11.2'],
},
packages=find_packages(where='src/whots_metadata'),
package_dir={"": "src/whots_metadata"},
Expand Down

0 comments on commit ca17e2f

Please sign in to comment.