mirror of
https://github.com/naruxde/revpipyload.git
synced 2025-11-08 15:13:52 +01:00
Move package to src directory and update project base files for build process. This project change the LICENSE from GPLv3 to GPLv2 after approval of all contributors: https://github.com/kjkoster
14 lines
614 B
XML
14 lines
614 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="PYTHON_MODULE" version="4">
|
|
<component name="NewModuleRootManager">
|
|
<content url="file://$MODULE_DIR$">
|
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
|
<excludeFolder url="file://$MODULE_DIR$/venv" />
|
|
</content>
|
|
<orderEntry type="jdk" jdkName="Python 3.8 (revpipyload)" jdkType="Python SDK" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
</component>
|
|
<component name="PackageRequirementsSettings">
|
|
<option name="versionSpecifier" value="Greater or equal (>=x.y.z)" />
|
|
</component>
|
|
</module> |